summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* dgnc: remove unused dgnc_ioctl_name() commandGiedrius Statkevičius2015-03-241-52/+0Star
| | | | | | | dgnc_ioctl_name() is never used anywhere so remove it Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* drivers/staging: use current->state helpersDavidlohr Bueso2015-01-281-1/+1
| | | | | | | | | Call __set_current_state() instead of assigning the new state directly. These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping track of who changed the state. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz2014-08-161-0/+70
This commit moves the utility functions out of dgnc_driver.c file and puts them in the new dgnc_utils.{c,h} files. The accompanying changes adjust the existing code to work with this design. Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>