Home
last modified time | relevance | path

Searched hist:"4 f2949febc22260f217e5459afef6c1b90bb049c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dsysfs.cdiff 4f2949febc22260f217e5459afef6c1b90bb049c Wed Aug 02 19:57:13 CEST 2017 Bhumika Goyal <bhumirks@gmail.com> wlcore: add const to bin_attribute structure

Add const to bin_attribute structure as it is only passed to the
functions sysfs_{remove/create}_bin_file. The corresponding arguments
are of type const, so declare the structure to be const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>