summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-09-16 07:31:59 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-09-16 07:31:59 +0200
commit25dbfaf2b19514a243e5766745efe1823431031d (patch)
tree7325454e88bca89dbd88c5dc15a2d834d848fadd /mdk-stage1/probing.c
parentd25d07fb2485d2ab87dedf8ffee8db922700eb13 (diff)
downloaddrakx-25dbfaf2b19514a243e5766745efe1823431031d.tar
drakx-25dbfaf2b19514a243e5766745efe1823431031d.tar.gz
drakx-25dbfaf2b19514a243e5766745efe1823431031d.tar.bz2
drakx-25dbfaf2b19514a243e5766745efe1823431031d.tar.xz
drakx-25dbfaf2b19514a243e5766745efe1823431031d.zip
fix build with gcc7
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index acad4701b..3c70ca952 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -460,7 +460,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u
for (dent = readdir(dir); dent != NULL; dent = readdir(dir)) {
struct sysfs_attribute *modalias_attr;
- char keyfile[256];
+ char keyfile[300];
int i, id;
if (dent->d_name[0] == '.')