|
@@ -208,7 +208,7 @@ static int si470x_set_band(struct si470x_device *radio, int band)
|
|
|
static int si470x_set_chan(struct si470x_device *radio, unsigned short chan)
|
|
|
{
|
|
|
int retval;
|
|
|
- bool timed_out = 0;
|
|
|
+ bool timed_out = false;
|
|
|
|
|
|
/* start tuning */
|
|
|
radio->registers[CHANNEL] &= ~CHANNEL_CHAN;
|
|
@@ -300,7 +300,7 @@ static int si470x_set_seek(struct si470x_device *radio,
|
|
|
{
|
|
|
int band, retval;
|
|
|
unsigned int freq;
|
|
|
- bool timed_out = 0;
|
|
|
+ bool timed_out = false;
|
|
|
|
|
|
/* set band */
|
|
|
if (seek->rangelow || seek->rangehigh) {
|