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

Commit e4feb2f2 authored by Tim Sell's avatar Tim Sell Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorbus: 'unsigned' --> 'unsigned int'



Fix as recommended by checkpatch.

Signed-off-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 37264706
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ static u32 dump_vhba_bus;
static int
visorchipset_open(struct inode *inode, struct file *file)
{
	unsigned minor_number = iminor(inode);
	unsigned int minor_number = iminor(inode);

	if (minor_number)
		return -ENODEV;