mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 08:02:59 -04:00
staging: rts5208: Change data type to unsigned int.
This patch fixes a minor checkpatch warning: "WARNING: Prefer 'unsigned int' to bare use of 'unsigned'" Signed-off-by: Louie Lu <louie.lu@hopebaytech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0b25e9fa01
commit
10adcce696
@@ -1518,7 +1518,7 @@ static int write_host_reg(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
||||
|
||||
static int set_variable(struct scsi_cmnd *srb, struct rtsx_chip *chip)
|
||||
{
|
||||
unsigned lun = SCSI_LUN(srb);
|
||||
unsigned int lun = SCSI_LUN(srb);
|
||||
|
||||
if (srb->cmnd[3] == 1) {
|
||||
/* Variable Clock */
|
||||
|
||||
Reference in New Issue
Block a user