Re: [PATCH 2/3] HID: cp2112: add HIDRAW dependency

2017-11-06 Thread Benjamin Tissoires
On Nov 02 2017 or thereabouts, Sébastien Szymanski wrote: > Otherwise, with HIDRAW=n, the probe function crashes because of null > dereference of hdev->hidraw. > > Fixes: 42cb6b35b9e6 ("HID: cp2112: use proper hidraw name with minor number") > Signed-off-by: Sébastien Szymanski

Re: [PATCH 2/3] HID: cp2112: add HIDRAW dependency

2017-11-06 Thread Benjamin Tissoires
On Nov 02 2017 or thereabouts, Sébastien Szymanski wrote: > Otherwise, with HIDRAW=n, the probe function crashes because of null > dereference of hdev->hidraw. > > Fixes: 42cb6b35b9e6 ("HID: cp2112: use proper hidraw name with minor number") > Signed-off-by: Sébastien Szymanski Patches 1 and 2

[PATCH 2/3] HID: cp2112: add HIDRAW dependency

2017-11-02 Thread Sébastien Szymanski
Otherwise, with HIDRAW=n, the probe function crashes because of null dereference of hdev->hidraw. Fixes: 42cb6b35b9e6 ("HID: cp2112: use proper hidraw name with minor number") Signed-off-by: Sébastien Szymanski --- drivers/hid/Kconfig | 2 +- 1 file changed, 1

[PATCH 2/3] HID: cp2112: add HIDRAW dependency

2017-11-02 Thread Sébastien Szymanski
Otherwise, with HIDRAW=n, the probe function crashes because of null dereference of hdev->hidraw. Fixes: 42cb6b35b9e6 ("HID: cp2112: use proper hidraw name with minor number") Signed-off-by: Sébastien Szymanski --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff