From: Wolfram Sang Date: Thu, 10 Jul 2014 11:46:21 +0000 (+0200) Subject: i2c: add debug info when class instantiation was dropped X-Git-Tag: omap-for-v3.17/fixes-against-rc2~107^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4555227211ae867d8f8ec9eb5182273f58b648c0;p=pandora-kernel.git i2c: add debug info when class instantiation was dropped We have a warning already when support for old-fashioned class based instantiation is about to be dropped somewhen soon from a driver. Let's have another one when it was actually dropped. This allows to remove the cruft a little earlier and still let users know what happened in the rare case they are missing devices after the change. However, there is enough interest to get rid of class based instantiation rather sooner than later because it improves boot up time. Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed