[media] au8522: fix regression in logging introduced by separation of modules
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Tue, 7 Aug 2012 01:47:00 +0000 (22:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 9 Aug 2012 23:35:55 +0000 (20:35 -0300)
commitd6b8267800c59872bf2daf48c3399e83bee3a5ba
tree7e6558d02cbc9a04a4d8a6868a90dd25932bf838
parentc98bc032c52b088fa7baa27adbc2a4deed9acea7
[media] au8522: fix regression in logging introduced by separation of modules

The au8522 driver was broken into three modules (dig, decoder, common),
and as a result the debug modprobe option doesn't work for any of the
common functions.

Copy the module macros over to the common module so that the debug
option works again.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/au8522_common.c