]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: mt7621_dma: Prefer unsigned int over just unsigned
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Tue, 26 Feb 2019 00:36:27 +0000 (06:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:40:07 +0000 (11:40 +0100)
commitc4d8416c85bf66f1e95f2eab556e858b811037e7
treef9434ba3e409ff95beb2de3bad0fc2f3bfcbaa85
parente1167d7b45885f3171993bb263252799bb80881d
Staging: mt7621_dma: Prefer unsigned int over just unsigned

Replace 'unsigned' with 'unsigned int' to be specific with data type.
Issue found with checkpatch.pl

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dma/mtk-hsdma.c