aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-03-03 18:20:02 +0100
committerMark Brown <broonie@kernel.org>2023-03-06 21:17:51 +0000
commitbdffa602d741126896de50307126803ffab7a3de (patch)
tree46bee428405b85520f8956b9a65166375d9a4a0e /tools/perf/scripts/python/task-analyzer.py
parentspi: nxp-fspi: Convert to platform remove callback returning void (diff)
downloadlinux-bdffa602d741126896de50307126803ffab7a3de.tar.gz
linux-bdffa602d741126896de50307126803ffab7a3de.zip
spi: oc-tiny: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes many driver authors wrongly assume it's possible to do error handling by returning an error code. However the value returned is (mostly) ignored and this typically results in resource leaks. To improve here there is a quest to make the remove callback return void. In the first step of this quest all drivers are converted to .remove_new() which already returns void. Trivially convert this driver from always returning zero in the remove callback to the void returning variant. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20230303172041.2103336-49-u.kleine-koenig@pengutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
td>1-1/+5 2014-05-21iwlwifi: mvm: pass force_assoc_off all the way down to avoid hacksLuciano Coelho4-16/+18 2014-05-21iwlwifi: mvm: don't filter out the first beaconAvri Altman3-52/+27 2014-05-21iwlwifi: mvm: disable beacon filteringEmmanuel Grumbach1-1/+1 2014-05-21cfg80211: don't set reg timeout for user-handled hintArik Nemtsov1-1/+2 2014-05-21cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli3-1/+32 2014-05-21mac80211: export the expected throughputAntonio Quartulli6-0/+94 2014-05-20ath9k: fixup "ath9k_htc: fix build with disabled debug"John W. Linville1-1/+1 2014-05-20b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki2-2/+2 2014-05-20ath9k_htc: fix build with disabled debugOleksij Rempel1-1/+1 2014-05-20b43: add more devices to the bands databaseRafał Miłecki1-0/+32 2014-05-20b43: move bands detection to a separated functionRafał Miłecki1-42/+56 2014-05-20cfg80211: export expected throughput through get_station()Antonio Quartulli3-28/+41 2014-05-20NFC: st21nfca: Add ISO15693 Reader/Writer supportChristophe Ricard1-1/+72 2014-05-20NFC: st21nfca: Improve load_sessionChristophe Ricard1-2/+19