summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:38:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:38:41 +0200
commit61990978ec0acf810b9b66ac4d4434cce235d5db (patch)
tree21eb22d8ead4f02450e9360a3bd9009ee4948600 /recipes-kernel/linux
parente2e8e1d3cc7dfc12cff75d4c0501f3baa4c30a5d (diff)
removed *~ backup files from git repo
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/files/colibri-t20/bcm4329_warning.patch~31
-rw-r--r--recipes-kernel/linux/files/colibri-t30/bcm4329_warning.patch~16
2 files changed, 0 insertions, 47 deletions
diff --git a/recipes-kernel/linux/files/colibri-t20/bcm4329_warning.patch~ b/recipes-kernel/linux/files/colibri-t20/bcm4329_warning.patch~
deleted file mode 100644
index 57ec0ae..0000000
--- a/recipes-kernel/linux/files/colibri-t20/bcm4329_warning.patch~
+++ /dev/null
@@ -1,31 +0,0 @@
---- kernel/drivers/net/wireless/bcm4329/dhd.h.orig 2012-05-31 08:58:04.000000000 +0200
-+++ kernel/drivers/net/wireless/bcm4329/dhd.h 2012-05-31 08:57:10.000000000 +0200
-@@ -1,3 +1,5 @@
-+#pragma GCC diagnostic warning "-Wunused-but-set-variable"
-+#pragma GCC diagnostic warning "-Warray-bounds"
- /*
- * Header file describing the internal (inter-module) DHD interfaces.
- *
---- kernel/drivers/net/wireless/bcm4329/siutils_priv.h 2012-05-31 08:57:01.000000000 +0200
-+++ kernel/drivers/net/wireless/bcm4329/siutils_priv.h.orig 2012-05-31 09:00:47.000000000 +0200
-@@ -1,4 +1,3 @@
-+#pragma GCC diagnostic warning "-Wunused-but-set-variable"
- /*
- * Include file private to the SOC Interconnect support files.
- *
---- kernel/drivers/net/wireless/bcm4329/dhd_linux.c.orig 2011-12-21 19:54:24.884526348 +0100
-+++ kernel/drivers/net/wireless/bcm4329/dhd_linux.c 2011-12-21 18:55:18.974476355 +0100
-@@ -1904,6 +1904,13 @@ dhd_open(struct net_device *net)
- ifidx = dhd_net2idx(dhd, net);
- DHD_TRACE(("%s: ifidx %d\n", __FUNCTION__, ifidx));
-
-+//max
-+ if (ifidx < 0 || ifidx >= DHD_MAX_IFS) {
-+ DHD_ERROR(("%s: Error: error ifidx out of range\n", __FUNCTION__));
-+ return -1;
-+ }
-+//end max
-+
- if ((dhd->iflist[ifidx]) && (dhd->iflist[ifidx]->state == WLC_E_IF_DEL)) {
- DHD_ERROR(("%s: Error: called when IF already deleted\n", __FUNCTION__));
- return -1;
diff --git a/recipes-kernel/linux/files/colibri-t30/bcm4329_warning.patch~ b/recipes-kernel/linux/files/colibri-t30/bcm4329_warning.patch~
deleted file mode 100644
index 196fd95..0000000
--- a/recipes-kernel/linux/files/colibri-t30/bcm4329_warning.patch~
+++ /dev/null
@@ -1,16 +0,0 @@
---- kernel/drivers/net/wireless/bcm4329/dhd_linux.c.orig 2011-12-21 19:54:24.884526348 +0100
-+++ kernel/drivers/net/wireless/bcm4329/dhd_linux.c 2011-12-21 18:55:18.974476355 +0100
-@@ -1904,6 +1904,13 @@ dhd_open(struct net_device *net)
- ifidx = dhd_net2idx(dhd, net);
- DHD_TRACE(("%s: ifidx %d\n", __FUNCTION__, ifidx));
-
-+//max
-+ if (ifidx < 0 || ifidx >= DHD_MAX_IFS) {
-+ DHD_ERROR(("%s: Error: error ifidx out of range\n", __FUNCTION__));
-+ return -1;
-+ }
-+//end max
-+
- if ((dhd->iflist[ifidx]) && (dhd->iflist[ifidx]->state == WLC_E_IF_DEL)) {
- DHD_ERROR(("%s: Error: called when IF already deleted\n", __FUNCTION__));
- return -1;