From: Alan Cox Date: Fri, 4 Jul 2008 07:51:21 +0000 (+0200) Subject: paride: push ioctl down into driver X-Git-Tag: v2.6.27-rc1~1114^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1fd70fea1100c57f3aa1934ebb93abc474e50c;p=pandora-kernel.git paride: push ioctl down into driver Leaves us with lock_kernel for two methods. Also remove a bogus printk with no printk level and return -ENOTTY not -EINVAL for correctness. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton (Jens: added smp_lock.h include to pt.c, otherwise it wont compile because of missing {un}lock_kernel() definition) Signed-off-by: Jens Axboe --- Reading git-diff-tree failed