linux/drivers/hid/intel-ish-hid/ipc
Hong Liu 946a7773dc HID: intel-ish-hid: use resource-managed api
Use resource-managed api to simplify error handling in probe and
driver remove logic.

With this patch, we can save ~170 bytes code size in intel-ish-ipc.ko.
before:
   text	   data	    bss	    dec	    hex	filename
  11495	   1568	     72	  13135	   334f	intel-ish-ipc.ko
after:
   text    data     bss     dec     hex filename
  11327    1568      72   12967    32a7 intel-ish-ipc.ko

Signed-off-by: Hong Liu <hong.liu@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2018-09-24 11:20:06 +02:00
..
hw-ish-regs.h HID: intel-ish-hid: ipc: check FW status to distinguish ISH resume paths 2017-02-08 12:11:57 +09:00
hw-ish.h HID: intel-ish-hid: Enable Sunrise Point-H ish driver 2018-08-28 13:40:55 +02:00
ipc.c HID: intel_ish-hid: tx_buf memory leak on probe/remove 2018-08-02 13:27:54 +02:00
pci-ish.c HID: intel-ish-hid: use resource-managed api 2018-09-24 11:20:06 +02:00