aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoecmd.c
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-09-19 21:04:36 +0000
committerDavid S. Miller <davem@davemloft.net>2012-09-20 22:21:40 -0400
commit3cfc1590107a155218c97df0db3eb0a2bd7fda16 (patch)
tree6e71c5fd0b8f06b085ab1bc77ee252b3abc9dcd9 /drivers/block/aoe/aoecmd.c
parentxfrm_user: don't copy esn replay window twice for new states (diff)
downloadlinux-dev-3cfc1590107a155218c97df0db3eb0a2bd7fda16.tar.xz
linux-dev-3cfc1590107a155218c97df0db3eb0a2bd7fda16.zip
at91ether: return PTR_ERR if call to clk_get fails
we are currently returning ENODEV, as the clk_get may give a exact error code in its returned pointer, assign it to the ret by using the PTR_ERR function, so that the subsequent goto label will jump to the error path and clean the driver and return the error correctly. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions