Re: no-op error in dmesg

2012-06-19 Thread Matthias Brugger
Hi, On 06/18/2012 08:34 PM, Pritam Bankar wrote: Hi, I have one structure called foo. Address of object of foo(say objfoo) is passed to ioctl call status = ioctl(fd, arg, objfoo); as objfoo is a pointer to foo: struct something foo; struct somethint *objfoo = foo; objfoo therefore is a

no-op error in dmesg

2012-06-18 Thread Pritam Bankar
Hi, I have one structure called foo. Address of object of foo(say objfoo) is passed to ioctl call status = ioctl(fd, arg, objfoo); But during manipulation I am not getting ioctl error 5 (input/output error). I am more confused about error in dmesg which is *foo: no-op * What does no-op