On Thu, 28 Jan 2016, Piotr Sawuk wrote: > >> + hdev = container_of(dev, struct hid_device, dev); > > > > You can use to_hid_device() here. > > sorry, didn't notice that recent addition. > my new patch wont work against older kernel versions though... The only thing that really matters is that it works with the kernel it's being applied to and pushed upstream. If anyone wants to backport it later to some older kernel, as part of a backport he'd have to open-code to_hide_device() ... no big deal. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html