[PATCH 2/2] octeon:Make of_device_id structure const in octeon-hcd.c

Nicholas Krause xerofoify at gmail.com
Mon Mar 23 00:04:36 UTC 2015


This fixes the checkpatch.pl warning about recommending the of_device_id
structure,octeon_usb_match to be defined const in octeon-hcd.c

Signed-off-by: Nicholas Krause <xerofoify at gmail.com>
---
 drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
index 0408a12..bf52ce3 100644
--- a/drivers/staging/octeon-usb/octeon-hcd.c
+++ b/drivers/staging/octeon-usb/octeon-hcd.c
@@ -3885,7 +3885,7 @@ static int octeon_usb_remove(struct platform_device *pdev)
 	return 0;
 }
 
-static struct of_device_id octeon_usb_match[] = {
+static const struct of_device_id octeon_usb_match[] = {
 	{
 		.compatible = "cavium,octeon-5750-usbc",
 	},
-- 
2.1.0



More information about the devel mailing list