From: Ian Abbott Date: Fri, 23 Aug 2013 13:44:59 +0000 (+0100) Subject: staging: comedi: comedi_bond: no need to initialize file[] X-Git-Tag: v3.12-rc1~183^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e240a40c0e9cff7572cda74daea18985ff4aad;p=pandora-kernel.git 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-diff-tree failed