greybus: svc: use a common prefix for debugfs functions
authorJohan Hovold <johan@hovoldconsulting.com>
Sat, 23 Apr 2016 16:47:20 +0000 (18:47 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 25 Apr 2016 18:08:30 +0000 (11:08 -0700)
commit12185197eac3355c7c7c7bce0e81b0c65baa3010
tree274b02fa53088707514f564880b1ce75bbb53a4d
parentd7ed7cbfe695d0a77613b305bed0483a1c9569ca
greybus: svc: use a common prefix for debugfs functions

Use the common gb_svc functions also for the recently added svc
functions. Having a common prefix clearly signals where the code
resides, something which improves readability and helps during
debugging (e.g. stack traces).

Note that all functions in svc.c except for these three use the common
prefix with the exception of the pwr_debugfs callbacks (that still use
*a* common prefix) and the attribute accessors (than can not have a
common prefix due to some macro magic).

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c