Hi Hans, Michal, On Thu, Jul 30, 2015 at 3:53 AM, Hans de Goede <[email protected]> wrote: > From: Michal Suchanek <[email protected]> > > Full chip ID is printed so user has data to paste from syslog in case > of chip misidentification. > > Signed-off-by: Michal Suchanek <[email protected]> > Signed-off-by: Hans de Goede <[email protected]> > --- > drivers/mtd/nand/nand_base.c | 28 +++++++++++++++++++++++----- > 1 file changed, 23 insertions(+), 5 deletions(-) > > diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c > index e2e2690..13e9938 100644 > --- a/drivers/mtd/nand/nand_base.c > +++ b/drivers/mtd/nand/nand_base.c > @@ -4243,7 +4243,7 @@ static inline bool is_full_id_nand(struct > nand_flash_dev *type) > } > > static bool find_full_id_nand(struct mtd_info *mtd, struct nand_chip *chip, > - struct nand_flash_dev *type, u8 *id_data, int *busw) > + struct nand_flash_dev *type, const u8 *id_data, int *busw)
Should this be in another patch? Thanks, -- Julian Calaby Email: [email protected] Profile: http://www.google.com/profiles/julian.calaby/ -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
