On Thu, Jul 21, 2011 at 11:46:32PM +0800, Shawn Guo wrote:
On Tue, Jul 05, 2011 at 08:07:00PM +0530, ashishj3 wrote:
- mutex_lock_interruptible(&da9052->io_lock);
Compile warning as below.
"warning: ignoring return value of ‘mutex_lock_interruptible’, declared with attribute warn_unused_result"
Although the bigger problem is why are these interruptible? That's very unusual.