x86/platform/intel-mid: Extend PWRMU to support Penwell
[deliverable/linux.git] / fs / befs / linuxvfs.c
index ed6e712d39723354fd15ff66f24f49c0ef4bee4c..7da05b159ade2d21e5055318723ed857f8f35f64 100644 (file)
@@ -294,10 +294,10 @@ static void init_once(void *foo)
 
 static struct inode *befs_iget(struct super_block *sb, unsigned long ino)
 {
-       struct buffer_head *bh = NULL;
-       befs_inode *raw_inode = NULL;
+       struct buffer_head *bh;
+       befs_inode *raw_inode;
        struct befs_sb_info *befs_sb = BEFS_SB(sb);
-       struct befs_inode_info *befs_ino = NULL;
+       struct befs_inode_info *befs_ino;
        struct inode *inode;
        long ret = -EIO;
 
This page took 0.03084 seconds and 5 git commands to generate.