summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-15 17:36:50 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-15 18:05:38 -0300
commit78067ac623d0f50e060071ee2d6fbab81bc69705 (patch)
treed95dbe91a2488bb1f39714cdd06b81338eb46c74 /libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch
parent11569289a566c52aa564980ddf6fe34024b5c161 (diff)
linux-libre: fix patches
Diffstat (limited to 'libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch')
-rw-r--r--libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch b/libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch
deleted file mode 100644
index 9d2444252..000000000
--- a/libre/linux-libre/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) {