On Fri, Jan 18, 2013 at 10:24:39AM +0200, Felipe Balbi wrote:
> regset is a generic implementation of regdump
> utility through debugfs.
> 
> Signed-off-by: Felipe Balbi <[email protected]>
> ---
> 
> Hi Greg, would you take the patch below to debugfs ? I don't think debugfs
> should ever change whatever's passed through struct debugfs_reg32 anyway.
> 
>  struct debugfs_regset32 {
> -     struct debugfs_reg32 *regs;
> +     const struct debugfs_reg32 *regs;
>       int nregs;
>       void __iomem *base;
>  };

Yes, I would be glad to take that type of change, feel free to send it
to me.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to