Re: [PATCH v2 4.19.y-cip 01/22] device connection: Add fwnode member to struct device_connection
Pavel Machek
Hi!
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>Ok, I made you do this. Sorry. I assumed it you'd just audit initializers. I suggest to take this, anyway, but: +++ b/drivers/extcon/extcon-axp288.cThis one is not neccessary as struct initializers are "filled" with 0s when no other value is present. diff --git a/drivers/platform/x86/intel_cht_int33fe.c b/drivers/platform/x86/intel_cht_int33fe.cAnd these should be already zero-initialized by data = devm_kzalloc(dev, sizeof(*data), GFP_KERNEL); Anyway, extra initializations will not hurt. Best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
|
|