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

Commit a5948d91 authored by Svetlana Orlik's avatar Svetlana Orlik Committed by Greg Kroah-Hartman
Browse files

Staging: iio: ad9832: Replace 'unsigned' with 'unsigned int'



Replace 'unsigned' with 'unsigned int' to avoid checkpatch.pl warning.

Signed-off-by: default avatarSvetlana Orlik <sveta.orlik.code@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 094c0741
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;