User error with fw_printenv - I hope
Mike Frysinger
vapier.adi at gmail.com
Tue Apr 3 15:22:23 EDT 2012
On Tue, Apr 3, 2012 at 08:59, Bishop, Mark wrote:
> I don't have a print_loff_t(). I have a ioctl_decode() instead and I am trying to cram your patch into it.
all the print_loff_t does is process a pointer to an int. you could
probably do the same thing by changing the mtd.c file to process the
int directly (look at the other ioctls that do umove() with &i).
-mike
More information about the linux-mtd
mailing list