Re: [RESEND PATCH] drivers: change struct device_driver::coredump() return type to void

2018-04-18 Thread Arend van Spriel
On Sun, Apr 8, 2018 at 11:57 PM, Arend van Spriel wrote: > Upon submitting a patch for mwifiex [1] it was discussed whether this > callback function could fail. To keep things simple there is no need > for the error code so the driver can do the task synchronous or not > without worries. Currently

[RESEND PATCH] drivers: change struct device_driver::coredump() return type to void

2018-04-08 Thread Arend van Spriel
Upon submitting a patch for mwifiex [1] it was discussed whether this callback function could fail. To keep things simple there is no need for the error code so the driver can do the task synchronous or not without worries. Currently the device driver core already ignores the return value so changi