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

Commit 35320676 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

[media] xc5000: log firmware upload failures in xc5000_fwupload

parent 7d3d0d8d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -631,7 +631,10 @@ static int xc5000_fwupload(struct dvb_frontend *fe)
		ret = xc_load_i2c_sequence(fe,  fw->data);
		if (XC_RESULT_SUCCESS == ret)
			ret = xc_set_xtal(fe);
		if (XC_RESULT_SUCCESS == ret)
			printk(KERN_INFO "xc5000: firmware upload complete...\n");
		else
			printk(KERN_ERR "xc5000: firmware upload failed...\n");
	}

out: