summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-15 21:49:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-15 21:51:16 -0300
commit3151f0a87a035c833982bcc840c81e797666d8e5 (patch)
tree2eb2140f5bb1e68a64868848f540e1e8d51ff7f4 /kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch
parent2fdbae7c211c8bee4f2852b738fd02a8a5bd7e02 (diff)
linux-libre-{pae,xen}-4.5.1_gnu-1: updating version
Diffstat (limited to 'kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch')
-rw-r--r--kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch b/kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch
deleted file mode 100644
index 9d2444252..000000000
--- a/kernels/linux-libre-xen/0003-fix-atmel-maxtouch-touchscreen-support.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c
-index 726a83e..d818834 100644
---- a/drivers/input/touchscreen/atmel_mxt_ts.c
-+++ b/drivers/input/touchscreen/atmel_mxt_ts.c
-@@ -1989,7 +1989,7 @@ static int mxt_initialize(struct mxt_data *data)
- if (error)
- goto err_free_object_table;
-
-- error = reject_firmware_nowait(THIS_MODULE, true, MXT_CFG_NAME,
-+ error = request_firmware_nowait(THIS_MODULE, true, MXT_CFG_NAME,
- &client->dev, GFP_KERNEL, data,
- mxt_config_cb);
- if (error) {