summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2014-11-17 13:04:14 +0100
committerTakashi Iwai <tiwai@suse.de>2014-11-17 13:46:46 +0100
commitc283661018e347bc72633969411974df8ec2ac92 (patch)
treed1259880b6ede09b75a323be99431d47fcddbf0e /tools/perf/scripts/python/export-to-sqlite.py
parent6da95e1ea8e2492530eac9c51b293226e3f4ce94 (diff)
downloadkernel-c283661018e347bc72633969411974df8ec2ac92.tar.gz
ALSA: hdsp: Deletion of an unnecessary check before the function call "release_firmware"
The release_firmware() function tests whether its argument is NULL and then return immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
2.y&id=b95f1b31b75588306e32b2afd32166cad48f670b'>mm: Map most files to use export.h instead of module.hPaul Gortmaker 2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro 2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds 2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds 2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson 2011-02-02mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse 2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse 2011-01-13mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse 2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse 2011-01-13mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse 2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse