USB: yurex: add .llseek fop to file_operations
authorTomoki Sekiyama <tomoki.sekiyama@gmail.com>
Mon, 22 Nov 2010 10:29:23 +0000 (19:29 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 30 Nov 2010 18:24:50 +0000 (10:24 -0800)
commit27f485b5b27926878ffc8f528bdefeb25e6bd3d3
tree549ba041dcbcb95ada50b3d6bfb4e9a5a7d1f34b
parent28942bb6a9dd4e2ed793675e515cfb8297ed355b
USB: yurex: add .llseek fop to file_operations

Default llseek operation behavior was changed by the patch named
"vfs: make no_llseek the default" after the yurex driver had been merged,
so the llseek to yurex is now ignored.

This patch add llseek fop with default_llseek to yurex driver
to catch up to the change.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/yurex.c