UBIFS: fix compiler warnings
authorHunter Adrian <adrian.hunter@nokia.com>
Wed, 18 Mar 2009 11:29:39 +0000 (12:29 +0100)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 20 Mar 2009 17:13:21 +0000 (19:13 +0200)
commitfcabb3479e2b15abfd2d2ef5363295f16e98b2d7
tree52b8a3e6cd23af90ffaaed110f05cfd61741b764
parentf10770f5e56b4297701fd7c3e551b206f98d7ac2
UBIFS: fix compiler warnings

fs/ubifs/super.c: In function ‘ubifs_show_options’:
fs/ubifs/super.c:425: warning: format not a string literal and no format arguments
fs/ubifs/super.c: In function ‘mount_ubifs’:
fs/ubifs/super.c:1204: warning: format not a string literal and no format arguments
fs/ubifs/super.c: In function ‘ubifs_remount_rw’:
fs/ubifs/super.c:1557: warning: format not a string literal and no format arguments

Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c