Messages in this thread |  | | Subject | Re: [RFC PATCH 02/40] soundwire: cadence_master: add debugfs register dump | From | Pierre-Louis Bossart <> | Date | Fri, 26 Jul 2019 10:32:13 -0500 |
| |
>> +static const struct file_operations cdns_reg_fops = { >> + .open = simple_open, >> + .read = cdns_reg_read, >> + .llseek = default_llseek, >> +}; > > DEFINE_SHOW_ATTRIBUTE()?
I remember looking at this but can't recall why I left it this way. That was before my Summer break so will relook, thanks for suggesting this.
|  |