aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorSudip Mukherjee <[email protected]>2016-04-30 17:13:20 +0100
committerGreg Kroah-Hartman <[email protected]>2016-04-30 14:04:45 -0700
commitbd83a4ab569ddfc71a82fb0dd002f353b67df7df (patch)
treec812c9d780a1a8d17199c421170ad21b1a93f7de /tools/perf/scripts
parentea37a6b8a0b9fbe3f85b4b9da3206c28f1de6f8e (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions