Re: [PATCH] cbus-retu-wdt: Store all data in device struct

2011-03-07 Thread Michael Büsch
On Mon, 2011-03-07 at 09:43 +0200, Felipe Balbi wrote: - struct miscdevice retu_wdt_miscdev; + struct miscdevice miscdev; this rename is not part of $SUBJECT Well, that element is used in several new container_of() instances. retu_wdt_miscdev is needlessly long and just

Re: [PATCH] cbus-retu-wdt: Store all data in device struct

2011-03-06 Thread Felipe Balbi
On Fri, Mar 04, 2011 at 04:32:59PM +0100, Michael Buesch wrote: Get rid of all static global variables and store all information in the device structure. This cleans up the random mixup of information storage (struct vs static). Signed-off-by: Michael Buesch m...@bu3sch.de --- Index: