This patch fixes a crash that occured on the
BT Home Hub v5a (lantiq/xrx200) which resulted
in the device bootlooping.
Reported-by: Ryan Mounce <[email protected]>
Tested-by: Vitalij Alshevsky <[email protected]>
Fixes: ddece08bf456 ("kernel: owl-loader: fix sparse endian warnings")
Signed-off-by: Christian Lamparter <[email protected]>
/* set pointer to first reg address */
for (data = (const void *) (cal_data + 3);
- (const void *) data <= cal_end && data->reg != ~0;
+ (const void *) data <= cal_end && data->reg != (u16)~0;
data++) {
u32 val;
u16 reg;