Re: [PATCH 02/62] watchdog: aspeed_wdt: Convert to use device managed functions

2017-01-10 Thread Joel Stanley
On Wed, Jan 11, 2017 at 10:34 AM, Guenter Roeck wrote: > Use device managed functions to simplify error handling, reduce > source code size, improve readability, and reduce the likelyhood of bugs. > > The conversion was done automatically with coccinelle using the > following semantic patches. The

[PATCH 02/62] watchdog: aspeed_wdt: Convert to use device managed functions

2017-01-10 Thread Guenter Roeck
Use device managed functions to simplify error handling, reduce source code size, improve readability, and reduce the likelyhood of bugs. The conversion was done automatically with coccinelle using the following semantic patches. The semantic patches and the scripts used to generate this commit lo