Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4d179c3 authored by Finn Thain's avatar Finn Thain Committed by Jens Axboe
Browse files

block/amiflop: Don't log error message on invalid ioctl



Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: default avatarFinn Thain <fthain@telegraphics.com.au>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 093c4821
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;