Add support for kernel 4.14 to the mvebu target. This also replaces the old sfp and phylink patches with new versions from Russell's clearfog-4.13 branch http://git.arm.linux.org.uk/cgit/linux-arm.git/log/?h=clearfog-4.13 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			14 lines
		
	
	
		
			396 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			396 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Remove a BUG() call that would crash on a race condition that should
 | 
						|
otherwise be harmless.
 | 
						|
 | 
						|
--- a/drivers/mtd/nand/pxa3xx_nand.c
 | 
						|
+++ b/drivers/mtd/nand/pxa3xx_nand.c
 | 
						|
@@ -727,7 +727,6 @@ static void handle_data_pio(struct pxa3x
 | 
						|
 	default:
 | 
						|
 		dev_err(&info->pdev->dev, "%s: invalid state %d\n", __func__,
 | 
						|
 				info->state);
 | 
						|
-		BUG();
 | 
						|
 	}
 | 
						|
 
 | 
						|
 	/* Update buffer pointers for multi-page read/write */
 |