summaryrefslogtreecommitdiff
path: root/drivers/misc/mei
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-04-30 16:13:20 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-30 21:04:45 (GMT)
commitbd83a4ab569ddfc71a82fb0dd002f353b67df7df (patch)
treec812c9d780a1a8d17199c421170ad21b1a93f7de /drivers/misc/mei
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/misc/mei')
0 files changed, 0 insertions, 0 deletions