Jeff Garzik wrote:
Mark Lord wrote:
...
     ret = cdrom_ioctl(file, &cd->cdi, inode, cmd, arg);
-    if (ret != ENOSYS)
+    if (ret != -ENOSYS)

I think Tejun posted the same patch earlier today.

Ahh.. missed it -- could have saved me an hour or two of debugging!

Cheers!

-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to