aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbaudio.h
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-12-13 12:42:56 +0100
committerTakashi Iwai <tiwai@suse.de>2009-12-14 11:16:09 +0100
commit0d64b568fcd48b133721c1d322e7c51d85eb12df (patch)
tree3b568b610be1be32a9e4e8281ab3d5a34b5dce1d /sound/usb/usbaudio.h
parentMerge branch 'topic/hda' into for-linus (diff)
downloadlinux-dev-0d64b568fcd48b133721c1d322e7c51d85eb12df.tar.xz
linux-dev-0d64b568fcd48b133721c1d322e7c51d85eb12df.zip
ALSA: sound/isa/gus: Correct code taking the size of a pointer
sizeof(share_id) is just the size of the pointer. On the other hand, block->share_id is an array, so its size seems more appropriate. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression *x; expression f; type T; @@ *f(...,(T)x,...) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usbaudio.h')
0 files changed, 0 insertions, 0 deletions