diff for duplicates of <3399561.8ERHTtILhO@avalon> diff --git a/a/1.txt b/N1/1.txt index d41a83f..aad34e7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ On Thursday 19 November 2015 19:38:46 Geert Uytterhoeven wrote: Have you tested what happens if you unbind the device from the driver while userspace has the serial port open ? -> if (PTR_ERR(sci_port->fclk) = -EPROBE_DEFER) +> if (PTR_ERR(sci_port->fclk) == -EPROBE_DEFER) > return -EPROBE_DEFER; > if (!IS_ERR(sci_port->fclk)) > @@ -2226,7 +2226,7 @@ static int sci_init_clocks(struct sci_port *sci_port, @@ -33,7 +33,7 @@ userspace has the serial port open ? > */ > - sci_port->fclk = clk_get(dev, "sci_ick"); > + sci_port->fclk = devm_clk_get(dev, "sci_ick"); -> if (PTR_ERR(sci_port->fclk) = -EPROBE_DEFER) +> if (PTR_ERR(sci_port->fclk) == -EPROBE_DEFER) > return -EPROBE_DEFER; > if (!IS_ERR(sci_port->fclk)) > @@ -2236,7 +2236,7 @@ static int sci_init_clocks(struct sci_port *sci_port, diff --git a/a/content_digest b/N1/content_digest index 25ca657..9ac141c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01447958344-836-8-git-send-email-geert+renesas@glider.be\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH 07/25] serial: sh-sci: Convert from clk_get() to devm_clk_get()\0" - "Date\0Thu, 19 Nov 2015 20:38:34 +0000\0" + "Date\0Thu, 19 Nov 2015 22:38:34 +0200\0" "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0" "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" Simon Horman <horms@verge.net.au> @@ -39,7 +39,7 @@ "Have you tested what happens if you unbind the device from the driver while \n" "userspace has the serial port open ?\n" "\n" - "> \tif (PTR_ERR(sci_port->fclk) = -EPROBE_DEFER)\n" + "> \tif (PTR_ERR(sci_port->fclk) == -EPROBE_DEFER)\n" "> \t\treturn -EPROBE_DEFER;\n" "> \tif (!IS_ERR(sci_port->fclk))\n" "> @@ -2226,7 +2226,7 @@ static int sci_init_clocks(struct sci_port *sci_port,\n" @@ -48,7 +48,7 @@ "> \t */\n" "> -\tsci_port->fclk = clk_get(dev, \"sci_ick\");\n" "> +\tsci_port->fclk = devm_clk_get(dev, \"sci_ick\");\n" - "> \tif (PTR_ERR(sci_port->fclk) = -EPROBE_DEFER)\n" + "> \tif (PTR_ERR(sci_port->fclk) == -EPROBE_DEFER)\n" "> \t\treturn -EPROBE_DEFER;\n" "> \tif (!IS_ERR(sci_port->fclk))\n" "> @@ -2236,7 +2236,7 @@ static int sci_init_clocks(struct sci_port *sci_port,\n" @@ -75,4 +75,4 @@ "\n" Laurent Pinchart -8d50d2c387a2a6ad0de6bf35ada1da78eed9901977ba08abe66dc720a1b9d8f5 +23b4dd40bac951a1579e9efb41aa4c359f8e73535a3396c1a476dbd0f40f63be
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.