aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/spca501.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-07-21 13:47:46 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 12:19:03 -0300
commit3227c860b6c96f97671e9373c14a280429956928 (patch)
tree38457ba64a151b5d44143624f55d6b9cf553d1a6 /drivers/media/video/gspca/spca501.c
parentce212f052fa2fe1a5e71af13be63667e1916d084 (diff)
downloadkernel_samsung_smdk4412-3227c860b6c96f97671e9373c14a280429956928.zip
kernel_samsung_smdk4412-3227c860b6c96f97671e9373c14a280429956928.tar.gz
kernel_samsung_smdk4412-3227c860b6c96f97671e9373c14a280429956928.tar.bz2
V4L/DVB (12477): Use dst_type field instead of type_flags
It seems from other code that it is the dst_type field rather than the type_flags field that contains values of the form DST_TYPE_IS... The type_flags field contains values of the form DST_TYPE_HAS... The semantic match that finds this problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @@ struct dst_state E; @@ ( *E.type_flags == \( DST_TYPE_IS_SAT\|DST_TYPE_IS_TERR\|DST_TYPE_IS_CABLE\|DST_TYPE_IS_ATSC \) | *E.type_flags != \( DST_TYPE_IS_SAT\|DST_TYPE_IS_TERR\|DST_TYPE_IS_CABLE\|DST_TYPE_IS_ATSC \) ) // </smpl> Cc: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/spca501.c')
0 files changed, 0 insertions, 0 deletions