mbox series

[0/2] HID: Constify static struct hid_device_id

Message ID 20200727132200.32510-1-rikard.falkeborn@gmail.com (mailing list archive)
Headers show
Series HID: Constify static struct hid_device_id | expand

Message

Rikard Falkeborn July 27, 2020, 1:21 p.m. UTC
Constify hid_device_id in two drivers (these were the only drivers that
didn't already have it as const).

Rikard Falkeborn (2):
  HID: cougar: Constify cougar_id_table
  HID: macally: Constify macally_id_table

 drivers/hid/hid-cougar.c  | 2 +-
 drivers/hid/hid-macally.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jiri Kosina Aug. 17, 2020, 9:52 a.m. UTC | #1
On Mon, 27 Jul 2020, Rikard Falkeborn wrote:

> Constify hid_device_id in two drivers (these were the only drivers that
> didn't already have it as const).
> 
> Rikard Falkeborn (2):
>   HID: cougar: Constify cougar_id_table
>   HID: macally: Constify macally_id_table
> 
>  drivers/hid/hid-cougar.c  | 2 +-
>  drivers/hid/hid-macally.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied both patches, thanks.