[android-kernel] Re: pmem open failed. A conflict between misc device patch and pmem driver ????

2011-07-11 Thread xxGrayxx
Did you mean you have tried Shlomi's solution, but cause failure of N1's A1026 driver ?? On 7月9日, 上午9時40分, intersectRaven wrote: > Seems like it affects more drivers than just PMEM. I've reverted the > deletion and even tried the suggestions above. It will work for PMEM > but the N1's A1026 drive

[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;