lkml.org 
[lkml]   [2018]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 18/25] nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitly
    Date
    From: Andrey Smirnov <andrew.smirnov@gmail.com>

    There already a "dev" variable for that. Use it.

    Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    Cc: Heiko Stuebner <heiko@sntech.de>
    Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
    Cc: Carlo Caione <carlo@caione.org>
    Cc: Kevin Hilman <khilman@baylibre.com>
    Cc: Matthias Brugger <matthias.bgg@gmail.com>
    Cc: cphealy@gmail.com
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mediatek@lists.infradead.org
    Cc: linux-rockchip@lists.infradead.org
    Cc: linux-amlogic@lists.infradead.org
    Cc: linux-arm-kernel@lists.infradead.org
    Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
    Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    ---
    drivers/nvmem/vf610-ocotp.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/drivers/nvmem/vf610-ocotp.c b/drivers/nvmem/vf610-ocotp.c
    index 5a395ffb2ca8..4662309489db 100644
    --- a/drivers/nvmem/vf610-ocotp.c
    +++ b/drivers/nvmem/vf610-ocotp.c
    @@ -223,8 +223,7 @@ static int vf610_ocotp_probe(struct platform_device *pdev)
    struct resource *res;
    struct vf610_ocotp *ocotp_dev;

    - ocotp_dev = devm_kzalloc(&pdev->dev,
    - sizeof(struct vf610_ocotp), GFP_KERNEL);
    + ocotp_dev = devm_kzalloc(dev, sizeof(struct vf610_ocotp), GFP_KERNEL);
    if (!ocotp_dev)
    return -ENOMEM;

    --
    2.15.1
    \
     
     \ /
      Last update: 2018-03-09 15:53    [W:4.033 / U:0.212 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site