staging: unisys: visorbus: 'unsigned' --> 'unsigned int'
Fix as recommended by checkpatch. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3726470610
commit
e4feb2f257
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue