From a7e240a40c0e9cff7572cda74daea18985ff4aad Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 23 Aug 2013 14:44:59 +0100 Subject: [PATCH] staging: comedi: comedi_bond: no need to initialize file[] The `char file[]` variable in `do_dev_config()` doesn't need to be initialized as it gets overwritten with a `snprintf()`. It just needs to be long enough. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed