On Wed, 24 Mar 2010, Bruno Prémont wrote: > +static ssize_t picolcd_debug_reset_open(struct inode *inode, struct file *f) > +{ > + return single_open(f, picolcd_debug_reset_show, inode->i_private); > +} > + struct file_operations->open is supposed to return int (filedescriptor), not ssize_t. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html