summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-04-30 19:13:20 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-05-01 00:04:45 +0300
commitbd83a4ab569ddfc71a82fb0dd002f353b67df7df (patch)
treec812c9d780a1a8d17199c421170ad21b1a93f7de /drivers/char/random.c
parentea37a6b8a0b9fbe3f85b4b9da3206c28f1de6f8e (diff)
downloadlinux-bd83a4ab569ddfc71a82fb0dd002f353b67df7df.tar.xz
char: xillybus: use devm_add_action_or_reset
If devm_add_action() fails we are explicitly calling dma_unmap_single(), pci_unmap_single() and kfree(). Lets use the helper devm_add_action_or_reset() and return directly in case of error, as we know that the cleanup function has been already called by the helper if there was any error. At that same time remove the variable rc which becomes unused now. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/random.c')
0 files changed, 0 insertions, 0 deletions