Acked-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx> On Mon, Jun 25, 2018 at 03:31:14PM +0100, Srinivas Kandagatla wrote: > module owner is already set in platform_driver_register(), so remove this > redundant assignment. > > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > --- > sound/soc/qcom/apq8096.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/qcom/apq8096.c b/sound/soc/qcom/apq8096.c > index 561cd429e6f2..6e79fec7e789 100644 > --- a/sound/soc/qcom/apq8096.c > +++ b/sound/soc/qcom/apq8096.c > @@ -245,7 +245,6 @@ static struct platform_driver msm_snd_apq8096_driver = { > .remove = apq8096_platform_remove, > .driver = { > .name = "msm-snd-apq8096", > - .owner = THIS_MODULE, > .of_match_table = msm_snd_apq8096_dt_match, > }, > }; > -- > 2.16.2 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html