Commit 4e55467efbc7e52e9e0d8c797c72e6b45c5ee270

Authored by Paul Bolle
Committed by Jiri Kosina
1 parent bb64469af5

HID: fix ifdef comment for "CONFIG_HID_PICOLCD_CIR"

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/hid/hid-picolcd.h
... ... @@ -302,7 +302,7 @@
302 302 static inline void picolcd_exit_cir(struct picolcd_data *data)
303 303 {
304 304 }
305   -#endif /* CONFIG_HID_PICOLCD_LIRC */
  305 +#endif /* CONFIG_HID_PICOLCD_CIR */
306 306  
307 307 int picolcd_reset(struct hid_device *hdev);
308 308 struct picolcd_pending *picolcd_send_and_wait(struct hid_device *hdev,