aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-04-11 09:42:58 +0800
committerMarc Kleine-Budde <mkl@pengutronix.de>2018-07-27 10:40:17 +0200
commit276b7361bb1be3dccbc10b5be93cfee4bef2249c (patch)
tree910b76ddc5871a470327850dcd59df832874a2f1 /tools/perf/scripts/python/bin
parentcan: flexcan: Switch to SPDX identifier (diff)
downloadlinux-276b7361bb1be3dccbc10b5be93cfee4bef2249c.tar.gz
linux-276b7361bb1be3dccbc10b5be93cfee4bef2249c.zip
can: sja1000: Replace mdelay with usleep_range in peak_pci_probe
peak_pci_probe() is never called in atomic context. peak_pci_probe() is set as ".probe" in struct pci_driver. Despite never getting called from atomic context, peak_pci_probe() calls mdelay() to busily wait. This is not necessary and can be replaced with usleep_range() to avoid busy waiting. This is found by a static analysis tool named DCNS written by myself. And I also manually check it. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions