Citeren Arjen de Korte :
Citeren Kevin Darbyshire-Bryant :
On 17 Dec 2017, at 17:22, Etienne Haarsma wrote:
uint8_t *oob = ops->oobbuf;
uint8_t *buf = ops->datbuf;
-@@ -2662,7 +2697,7 @@ err_out:
- static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len,
-
Citeren Kevin Darbyshire-Bryant :
On 17 Dec 2017, at 17:22, Etienne Haarsma wrote:
uint8_t *oob = ops->oobbuf;
uint8_t *buf = ops->datbuf;
-@@ -2662,7 +2697,7 @@ err_out:
- static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len,
- size
Is the declared and initialized variable chipnr used otherwise ? (seen since
4.4.104)
If not, how would that make a difference ?
Regards,
Paul
> Op 19 dec. 2017, om 23:26 heeft Hauke Mehrtens het
> volgende geschreven:
>
> On 12/17/2017 06:56 PM, Kevin Darbyshire-Bryant wrote:
>>
>>
>>> On
On 12/17/2017 06:56 PM, Kevin Darbyshire-Bryant wrote:
>
>
>> On 17 Dec 2017, at 17:22, Etienne Haarsma wrote:
>>
>> uint8_t *oob = ops->oobbuf;
>> uint8_t *buf = ops->datbuf;
>> -@@ -2662,7 +2697,7 @@ err_out:
>> - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t le
> On 17 Dec 2017, at 17:22, Etienne Haarsma wrote:
>
> uint8_t *oob = ops->oobbuf;
> uint8_t *buf = ops->datbuf;
> -@@ -2662,7 +2697,7 @@ err_out:
> - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len,
> - size_t *retlen, const uint8_t *
Refreshed all patches.
Made the following patch for Mediatek and Oxnas compatible with kernel 4.4.106:
0072-mtd-backport-v4.7-0day-patches-from-Boris.patch
Compile-tested: ar71xx
Run-tested: ar71xx
Signed-off-by: Etienne Haarsma
---
include/kernel-version.mk | 4 +-
.