On Sat, Sep 18, 2010 at 8:17 PM, Greg Freemyer <greg.freemyer@xxxxxxxxx> wrote:
your first problem is you only have a 1 char buffer, so until you fix
that, the rest has no chance of working.
>> bond_buffer = kmalloc(1, GFP_KERNEL);
Ok I got your point have Googled this and got some relevant thing.
Had read about it in LDD chapter 3.