1
0
Files
linux/arch/mips/kernel
John Crispin 535237ceca MIPS: remove broken conditional inside vpe loader code
The commit [1] breaks builds and results in the following error

	arch/mips/kernel/vpe.c: In function 'vpe_run':
	arch/mips/kernel/vpe.c:708:16: error: invalid type argument of '->' (have 'struct list_head')

Taking a closer look at the conditional we notice that list_first_entry wont
ever return NULL. The easiest fix is to just drop the dead code.

[1]
commit 3d2d032476
MIPS: vpe.c: Fix null pointer dereference in print arguments.

Signed-off-by: John Crispin <blogic@openwrt.org>
2013-02-19 09:36:40 +01:00
..
2011-12-07 22:03:45 +00:00
2011-12-07 22:03:45 +00:00
2011-12-07 22:03:45 +00:00
2012-09-13 15:43:49 -05:00
2011-12-07 22:03:45 +00:00
2011-12-07 22:03:45 +00:00
2012-12-13 16:46:47 +01:00
2013-02-17 01:25:21 +01:00
2011-12-07 22:03:45 +00:00
2012-03-28 18:30:02 +01:00
2012-12-13 16:46:47 +01:00
2013-02-17 01:25:21 +01:00
2012-04-08 21:48:52 +02:00
2012-09-28 14:31:02 +09:30
2012-03-28 18:30:02 +01:00
2012-03-28 18:30:02 +01:00
2013-02-19 09:36:23 +01:00
2013-01-03 15:57:09 -08:00
2012-03-28 18:30:02 +01:00
2012-03-28 18:30:02 +01:00
2012-03-28 18:30:02 +01:00
2012-03-23 16:58:42 -07:00