lkml.org 
[lkml]   [2018]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 21/21] nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitly
    Date
    There's "dev" variable for this already. 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>
    ---
    drivers/nvmem/bcm-ocotp.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/drivers/nvmem/bcm-ocotp.c b/drivers/nvmem/bcm-ocotp.c
    index 24c30fa475cc..4159b3f41d79 100644
    --- a/drivers/nvmem/bcm-ocotp.c
    +++ b/drivers/nvmem/bcm-ocotp.c
    @@ -262,8 +262,7 @@ static int bcm_otpc_probe(struct platform_device *pdev)
    else if (of_device_is_compatible(dev->of_node, "brcm,ocotp-v2"))
    priv->map = &otp_map_v2;
    else {
    - dev_err(&pdev->dev,
    - "%s otpc config map not defined\n", __func__);
    + dev_err(dev, "%s otpc config map not defined\n", __func__);
    return -EINVAL;
    }

    --
    2.14.3
    \
     
     \ /
      Last update: 2018-01-02 00:24    [W:4.086 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site