staging: media: lirc: Replace data type with pointer in sizeof()
authorNamrata A Shettar <namrataashettar@gmail.com>
Sat, 24 Sep 2016 16:01:34 +0000 (21:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 11:19:10 +0000 (13:19 +0200)
commit1d0a2c5f2c53dc116e4e5dc9ef4661baf2f597ec
tree6c9e2439155b85aebad71d2c8f69d31fad4a9e5b
parent2b21f96d6b8ac0ee91993abf9865e20fd0d215a8
staging: media: lirc: Replace data type with pointer in sizeof()

Replace data type with pointer of same type in sizeof() to resolve
checkpatch issue.

Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/lirc/lirc_sasem.c