From mboxrd@z Thu Jan 1 00:00:00 1970 From: pritambankar1988@gmail.com (Pritam Bankar) Date: Tue, 19 Jun 2012 00:04:09 +0530 Subject: no-op error in dmesg Message-ID: <4FDF74A1.8030407@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 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 indicate? If it is no-operation, how can we relate this to foo structure? Thanks, Pritam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120619/27a394ca/attachment.html