From: Wolfram Sang Date: Tue, 28 Oct 2014 16:40:43 +0000 (+0100) Subject: coccinelle: api: add spatch to prevent unnecessary .owner X-Git-Tag: omap-for-v3.19/fixes-rc1~85^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f648f88cea7f9b16ea8964cd81b92fb08df75a5;p=pandora-kernel.git coccinelle: api: add spatch to prevent unnecessary .owner There are calls which silently set the owner of a module. This is the preferred way [1], so avoid setting it manually. Currently, we only care about platform drivers, but there might be more calls to be added later. [1] https://lkml.org/lkml/2014/10/12/87 Signed-off-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed