-
由 Jiri Kosina 提交于
struct hid_sensor_custom_properties is currently 384 bytes big, which consumes too much stack space for no good reason. Make it dynamically allocated. Fixes: 98c062e8 ("HID: hid-sensor-custom: Allow more custom iio sensors") Reported-by: Nkernel test robot <lkp@intel.com> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
f1f73651