summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2012-07-24 11:06:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 21:05:45 -0300
commite53a99eb154d1ab6a7ddcaa960b4bddc701c7c2d (patch)
treede7a0c4cc71c99f243e72a326f97684b47397a0d /tools/perf/scripts/python/export-to-sqlite.py
parent5a7a570bf4205d2cc36c5abb5498df601dd828e3 (diff)
downloadkernel-e53a99eb154d1ab6a7ddcaa960b4bddc701c7c2d.tar.gz
[media] drivers/staging/media/easycap/easycap_main.c: add missing usb_free_urb
Add missing usb_free_urb on failure path after usb_alloc_urb. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @km exists@ local idexpression e; expression e1,e2,e3; type T,T1; identifier f; @@ * e = usb_alloc_urb(...) ... when any when != e = e1 when != e1 = (T)e when != e1(...,(T)e,...) when != &e->f if(...) { ... when != e2(...,(T1)e,...) when != e3 = e when forall ( return <+...e...+>; | * return ...; ) } // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
d>Miri Korenblit 2025-03-05wifi: iwlwifi: add iwlmld sub-driverMiri Korenblit 90'>ASoC: Do not include soc-dapm.hJarkko Nikula 2010-11-08ASoC: Remove unneeded use of address-of operatorDimitris Papastamos 2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood 2010-10-19ASoC: WM8580: Remove useless assignmentJassi Brar 2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos 2010-08-16ASoC: Fix argument ordering for snd_soc_update_bits() in WM8580Mark Brown 2010-08-16ASoC: Fix WM8580 CLKSEL mask selectionMark Brown 2010-08-15Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown 2010-08-15ASoC: Automatically manage WM8580 DAC OSRMark Brown 2010-08-15ASoC: Fix inverted WM8580 capture mute controlMark Brown 2010-08-15ASoC: Implement BCLK rate selection for WM8580Mark Brown 2010-08-15ASoC: Automatically calculate clock ratio for WM8580Mark Brown 2010-08-15ASoC: Remove unused rate selection bitmasks from WM8580Mark Brown 2010-08-15ASoC: Convert WM8580 hw_params to use snd_soc_update_bits()Mark Brown 2010-08-12Merge branch 'topic/multi-component' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown 2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown 2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood 2010-08-10ASoC: Correct WM8580 Capture control namesMark Brown 2010-08-10ASoC: Fix inverted mute controls for WM8580Mark Brown 2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai 2010-04-17ASoC: Add indirection for CODEC private dataMark Brown 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo