lib: only print to stderr in tuner_r82xx_set_pll()

Found by keenerd.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2014-02-08 14:48:24 +01:00
parent 03a40c44f5
commit 929beafc6e
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ static int r82xx_set_pll(struct r82xx_priv *priv, uint32_t freq)
}
if (!(data[2] & 0x40)) {
printf("[R82XX] PLL not locked!\n");
fprintf(stderr, "[R82XX] PLL not locked!\n");
priv->has_lock = 0;
return 0;
}