Staging: iio: ad9832: Replace 'unsigned' with 'unsigned int'
Replace 'unsigned' with 'unsigned int' to avoid checkpatch.pl warning. Signed-off-by: Svetlana Orlik <sveta.orlik.code@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
094c0741de
commit
a5948d917c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static unsigned long ad9832_calc_freqreg(unsigned long mclk, unsigned long fout)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ad9832_write_frequency(struct ad9832_state *st,
|
static int ad9832_write_frequency(struct ad9832_state *st,
|
||||||
unsigned addr, unsigned long fout)
|
unsigned int addr, unsigned long fout)
|
||||||
{
|
{
|
||||||
unsigned long regval;
|
unsigned long regval;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue