Loading drivers/block/amiflop.c +0 −2 Original line number Diff line number Diff line Loading @@ -1601,8 +1601,6 @@ static int fd_locked_ioctl(struct block_device *bdev, fmode_t mode, return p->type->read_size; #endif default: printk(KERN_DEBUG "fd_ioctl: unknown cmd %d for drive %d.", cmd, drive); return -ENOSYS; } return 0; Loading Loading
drivers/block/amiflop.c +0 −2 Original line number Diff line number Diff line Loading @@ -1601,8 +1601,6 @@ static int fd_locked_ioctl(struct block_device *bdev, fmode_t mode, return p->type->read_size; #endif default: printk(KERN_DEBUG "fd_ioctl: unknown cmd %d for drive %d.", cmd, drive); return -ENOSYS; } return 0; Loading