From 686e4679770a8af5afa8a70fa421b8415a1283de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 14 Apr 2016 13:56:17 -0300 Subject: linux-libre-4.5.1_gnu-1: updating version --- .../0003-fix-atmel-maxtouch-touchscreen-support.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libre-testing/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch (limited to 'libre-testing/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch') diff --git a/libre-testing/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch b/libre-testing/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch deleted file mode 100644 index 9d2444252..000000000 --- a/libre-testing/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) { -- cgit v1.2.3-2-g168b