]> bbs.cooldavid.org Git - net-next-2.6.git/commit
lirc: make chardev nonseekable
authorArnd Bergmann <arnd@arndb.de>
Sun, 15 Aug 2010 16:51:56 +0000 (18:51 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 08:33:16 +0000 (10:33 +0200)
commitd9d2e9d5c9eead1f73f92f5fc03424dab90b6c95
tree9e315c7eabb32658d7b03ec3454fb075bfba9c4c
parentaadbd4360911d7166dc04c5a4e5520b2c7914c73
lirc: make chardev nonseekable

There does not seem to be a need for lirc to
allow seeking on the file descriptor, so let's
just disallow this before users start relying
on it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/media/IR/ir-lirc-codec.c
drivers/media/IR/lirc_dev.c
drivers/staging/lirc/lirc_serial.c
drivers/staging/lirc/lirc_sir.c