[PATCH] Blackfin: bf527: make musb_hdrc_config const

2017-08-21 Thread Bhumika Goyal
Make these const as they are only stored in the const field of a musb_hdrc_platform_data structure. Done using Coccinelle. @match disable optional_qualifier@ identifier s; @@ static struct musb_hdrc_config s = {...}; @ref@ position p; identifier match.s; @@ s@p @good1@ identifier y; position

[PATCH] Blackfin: bf527: make musb_hdrc_config const

2017-08-21 Thread Bhumika Goyal
Make these const as they are only stored in the const field of a musb_hdrc_platform_data structure. Done using Coccinelle. @match disable optional_qualifier@ identifier s; @@ static struct musb_hdrc_config s = {...}; @ref@ position p; identifier match.s; @@ s@p @good1@ identifier y; position