summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-09-22 19:48:40 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-09-22 19:48:40 +0200
commit10a2bc6319682db8a2fc0b799675553251013916 (patch)
treeb66a532b5a076977de428301ceed00603dd34d49 /src/device.c
parent55c158fc3441e1956bc69ea3e18a3800bf668771 (diff)
download0xFFFF-10a2bc6319682db8a2fc0b799675553251013916.tar.bz2
device: Rename function to hwrev_is_valid
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 8baa201..ca9abc2 100644
--- a/src/device.c
+++ b/src/device.c
@@ -75,7 +75,7 @@ const char * device_to_long_string(enum device device) {
}
-int hwrevs_is_valid(const int16_t * hwrevs, int16_t hwrev) {
+int hwrev_is_valid(const int16_t * hwrevs, int16_t hwrev) {
int i;
for ( i = 0; hwrevs[i] != -1; ++i )