[android-kernel] Re: uninitialized variables in mtd/msm nand

2011-07-12 Thread Gábor Mayer
sorry, i see this bug is fixed in latest kernel, but i think MTD_MODE_RAW is doesn't working with msm nand yet. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] uninitialized variables in mtd/msm nand

2011-07-11 Thread Gábor Mayer
ops->ooboffs is uninitialized in function mtd_read. drivers/mtd/mtdchar.c: static ssize_t mtd_read(struct file *file, char __user *buf, size_t count,loff_t *ppos) { . . . case MTD_MODE_RAW: { struct mtd_oob_ops ops;