From: Bill Pemberton Date: Tue, 3 Aug 2010 19:19:30 +0000 (-0400) Subject: omfs: fix uninitialized variable warning X-Git-Tag: v2.6.36-rc1~302^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc18879903e55487bc5ac3c774b99a07de06029;p=pandora-kernel.git omfs: fix uninitialized variable warning quiet the warning: fs/omfs/file.c: In function 'omfs_get_block': fs/omfs/file.c:225: warning: 'new_block' may be used uninitialized in this function new_block is used properly by the call to omfs_grow_extent() Signed-off-by: Bill Pemberton Signed-off-by: Bob Copeland --- Reading git-diff-tree failed