From: Paul Bolle Date: Sun, 27 Feb 2011 00:34:08 +0000 (+0100) Subject: drm: minor kref_put() nits X-Git-Tag: v3.0-rc1~344^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb650a4b5eaf1c0aedbfd7dd6afd6d465c3b0a0;p=pandora-kernel.git drm: minor kref_put() nits There's no need to pass kref_put() the address of a function (just the function will do just fine) nor to cast its unused return to void. Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed