Re: [PATCH] depmod: add missing "else" clause

2013-08-09 Thread H. Peter Anvin
On 08/09/2013 08:03 AM, Lucas De Marchi wrote: > Hi Jan, > > > On Wed, Aug 7, 2013 at 6:58 PM, Jan Engelhardt wrote: >> >> It occurred to an openSUSE user that our mkinitrd would throw a >> warning when used with kmod: >> >> libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6 >>

Re: [PATCH] depmod: add missing "else" clause

2013-08-09 Thread Lucas De Marchi
Hi Jan, On Wed, Aug 7, 2013 at 6:58 PM, Jan Engelhardt wrote: > > It occurred to an openSUSE user that our mkinitrd would throw a > warning when used with kmod: > > libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6 > > Grepping for the error message revealed that there might be

Re: [PATCH] depmod: add missing else clause

2013-08-09 Thread Lucas De Marchi
Hi Jan, On Wed, Aug 7, 2013 at 6:58 PM, Jan Engelhardt jeng...@inai.de wrote: It occurred to an openSUSE user that our mkinitrd would throw a warning when used with kmod: libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6 Grepping for the error message revealed that there

Re: [PATCH] depmod: add missing else clause

2013-08-09 Thread H. Peter Anvin
On 08/09/2013 08:03 AM, Lucas De Marchi wrote: Hi Jan, On Wed, Aug 7, 2013 at 6:58 PM, Jan Engelhardt jeng...@inai.de wrote: It occurred to an openSUSE user that our mkinitrd would throw a warning when used with kmod: libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6

[PATCH] depmod: add missing "else" clause

2013-08-07 Thread Jan Engelhardt
It occurred to an openSUSE user that our mkinitrd would throw a warning when used with kmod: libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6 Grepping for the error message revealed that there might be a missing "else" keyword here, since it is unusual to put an "if" directly

[PATCH] depmod: add missing else clause

2013-08-07 Thread Jan Engelhardt
It occurred to an openSUSE user that our mkinitrd would throw a warning when used with kmod: libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6 Grepping for the error message revealed that there might be a missing else keyword here, since it is unusual to put an if directly after