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

Commit 4f2a0c3c authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

bt8xx: treat firmware data as const

parent 2c733a16
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3768,7 +3768,8 @@ static int terratec_active_radio_upgrade(struct bttv *btv)
#define BTTV_ALT_DCLK		0x100000
#define BTTV_ALT_NCONFIG	0x800000

static int __devinit pvr_altera_load(struct bttv *btv, u8 *micro, u32 microlen)
static int __devinit pvr_altera_load(struct bttv *btv, const u8 *micro,
				     u32 microlen)
{
	u32 n;
	u8 bits;