[PATCH] dvb: l64781.ko broken with gcc 4.5

2010-02-09 Thread Greg KH
From: Richard Guenther I'm trying to fix it on the GCC side (PR43007), but the module is quite stupid in using ULL constants to operate on u32 values: static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param) { ... static const u32 ppm = 8000; u32 spi_bia

[PATCH] dvb: l64781.ko broken with gcc 4.5

2010-02-09 Thread Greg KH
From: Richard Guenther I'm trying to fix it on the GCC side (PR43007), but the module is quite stupid in using ULL constants to operate on u32 values: static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param) { ... static const u32 ppm = 8000; u32 spi_bia