Re: [linux-yocto] [yocto] yaffs: fix a potential memory leakage and missed put_mtd_device

2017-05-01 Thread Zumeng Chen
On 05/01/2017 11:23 AM, Bruce Ashfield wrote: On 2017-04-27 11:37 PM, Zumeng Chen wrote: Hi Bruce, This patch is to fix a missed put_mtd_device and potential memory fix for yaffs based on standard/base. Looks good to me. What kernel versions is this for ? I tried it on 4.10 and it applied,

Re: [linux-yocto] [yocto] yaffs: fix a potential memory leakage and missed put_mtd_device

2017-04-30 Thread Bruce Ashfield
On 2017-04-27 11:37 PM, Zumeng Chen wrote: Hi Bruce, This patch is to fix a missed put_mtd_device and potential memory fix for yaffs based on standard/base. Looks good to me. What kernel versions is this for ? I tried it on 4.10 and it applied, but I'm thinking 4.8+ ? Bruce Cheers, Zumeng

[linux-yocto] [yocto] yaffs: fix a potential memory leakage and missed put_mtd_device

2017-04-27 Thread Zumeng Chen
Hi Bruce, This patch is to fix a missed put_mtd_device and potential memory fix for yaffs based on standard/base. Cheers, Zumeng commit d9b0a935f7a778a85b029f3d6c187d40fe2b9c39 Author: Zumeng Chen Date: Fri Apr 28 10:44:41 2017 +0800 yaffs: fix potential