Re: [PATCH v17 5/9] counter: Implement signalZ_action_component_id sysfs attribute

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 29, 2021 at 12:16:02PM +0900, William Breathitt Gray wrote:
> +static ssize_t counter_comp_id_show(struct device *dev,
> +				    struct device_attribute *attr, char *buf)
> +{
> +	const size_t id = (size_t)to_counter_attribute(attr)->comp.priv;
> +
> +	return sprintf(buf, "%zu\n", id);

sysfs_emit()?

> +}
> +




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux