From: David Ellingsworth Date: Mon, 13 Oct 2008 20:54:52 +0000 (-0300) Subject: V4L/DVB (9193): stk-webcam: minor cleanup X-Git-Tag: v2.6.28-rc1~256^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081d868faeb7acdd655c28607f84e797240bd035;p=pandora-kernel.git V4L/DVB (9193): stk-webcam: minor cleanup This patch: 1) removes the unnecessary kref.h include file 2) removes unnecessary pointer validation from read and poll routines. (Neither poll nor read may be called unless a call to open succeeds. A successful call to open will always set the file private_data pointer. Verifying that it is not null is therefore unnecessary. The associated release and mmap calls currently ignore this check.) 3) adds a space to syslog output. 4) removes an unused function prototype. Signed-off-by: David Ellingsworth Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed