Re: [PATCH] hamradio: baycom: make hdlcdrv_ops const
From: David Miller <davem@davemloft.net>
Date: 2017-08-07 21:27:01
Also in:
linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2017-08-07 21:27:01
Also in:
linux-hams, lkml
From: Bhumika Goyal <redacted> Date: Sun, 6 Aug 2017 14:21:45 +0530
Make hdlcdrv_ops structures const as they are only passed to hdlcdrv_register function. The corresponding argument is of type const, so make the structures const. Signed-off-by: Bhumika Goyal <redacted>
Applied, thanks.