summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-08-01 00:13:02 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-08-01 00:13:02 +0300
commit31dfb9afaf2e29b783b03dc7b1e5d3ab330f8ea3 (patch)
tree736c10f63d71d18fce742d5c75e9e225833fdea2
parent61e50e9037751d196a4552a1a654fa8fe76b751a (diff)
A simple signess issue reported by sparse
-rw-r--r--drivers/dahdi/zaphfc/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/zaphfc/base.c b/drivers/dahdi/zaphfc/base.c
index 2efe930..d0af1f9 100644
--- a/drivers/dahdi/zaphfc/base.c
+++ b/drivers/dahdi/zaphfc/base.c
@@ -56,7 +56,7 @@
*/
static int modes;
static int nt_modes[hfc_MAX_BOARDS];
-static int nt_modes_count;
+static unsigned int nt_modes_count;
static int force_l1_up;
static struct proc_dir_entry *hfc_proc_zaphfc_dir;