Re: kobject sample code

2014-12-13 Thread John de la Garza
On Tue, Dec 09, 2014 at 10:26:03AM +0100, Paul Bolle wrote: > On Mon, 2014-12-08 at 21:20 -0500, John de la Garza wrote: > > I'm looking at samples/kobject/kobject-example.c > > > > at line 39 foo is read: > > > > sscanf(buf, "%du", &foo); > > > > foo is an int so why is it read using %d

Re: How to send the [PATCH 0/x] kind of emails?

2014-12-13 Thread Greg KH
On Fri, Dec 12, 2014 at 10:36:00PM -0800, Mandeep Sandhu wrote: > On Fri, Dec 12, 2014 at 8:02 PM, Greg KH wrote: > > On Fri, Dec 12, 2014 at 02:29:22PM -0800, Mandeep Sandhu wrote: > >> Thanks Greg! > >> > >> One more thing. Should the 'Tested-by:' tag be added in every commit > >> manually, or o

Re: framebuffer driver

2014-12-13 Thread Sudip Mukherjee
another update. For testing I disabled my on-board graphics. so when system is booting up, it is not having any /dev/fb0 . I am now connecting to it through ssh and loading the module. after module is inserted the board is initialized and I got my /dev/fb0, I have also attached the dmesg. But the m