On Thu, Oct 15, 2015 at 11:25:55AM -0700, Stephen Boyd wrote:
> On 10/15, Viresh Kumar wrote:
> > On 14-10-15, 11:51, Stephen Boyd wrote:
> > > On 10/09, Viresh Kumar wrote:
> > > > +struct dentry *debugfs_create_xlong(const char *name, umode_t mode,
> > > > + stru
On 10/15, Viresh Kumar wrote:
> On 14-10-15, 11:51, Stephen Boyd wrote:
> > On 10/09, Viresh Kumar wrote:
> > > +struct dentry *debugfs_create_xlong(const char *name, umode_t mode,
> > > + struct dentry *parent, unsigned long *value)
> > > +{
> > > + return debugfs_creat
On 14-10-15, 11:51, Stephen Boyd wrote:
> On 10/09, Viresh Kumar wrote:
> > +struct dentry *debugfs_create_xlong(const char *name, umode_t mode,
> > + struct dentry *parent, unsigned long *value)
> > +{
> > + return debugfs_create_file(name, mode, parent, value, &fop
On 10/09, Viresh Kumar wrote:
> +struct dentry *debugfs_create_xlong(const char *name, umode_t mode,
> + struct dentry *parent, unsigned long *value)
> +{
> + return debugfs_create_file(name, mode, parent, value, &fops_xlong);
Were you going to refresh this on m
4 matches
Mail list logo