summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
AgeCommit message (Expand)Author
2016-08-15staging: dgnc: remove useless variable 'ch_intr_rx'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'ch_intr_tx'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'ch_intr_modem'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'intr_rx'Daeseok Youn
2016-08-15staging: dgnc: remove useless variable 'intr_tx'Daeseok Youn
2016-08-15staging: dgnc: remove unused variable 'intr_modem'Daeseok Youn
2016-08-15staging: dgnc: remove redundant null check inDaeseok Youn
2016-08-15staging: dgnc: remove useless variable 'intr_count'Daeseok Youn
2016-08-15staging: dgnc: remove redundant NULL check for brdDaeseok Youn
2016-08-15staging: dgnc: re-arrange functions for removingDaeseok Youn
2016-08-15staging: dgnc: removes redundant null check and changeDaeseok Youn
2016-08-15staging: dgnc: remove redundant variable null checkDaeseok Youn
2016-08-15staging: dgnc: remove redundant local variable forDaeseok Youn
2016-08-15staging: dgnc: remove useless error value assignmentDaeseok Youn
2016-08-15staging: dgnc: remove redundant NULL checks inDaeseok Youn
2016-08-15staging: dgnc: add __exit macro to dgnc_driver.cJoshua Houghton
2016-05-21Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-09staging: dgnc: Need to check for NULL of chDaeseok Youn
2016-05-09staging: dgnc: remove redundant condition checkDaeseok Youn
2016-05-09staging: dgnc: fix 'line over 80 characters'Daeseok Youn
2016-05-09staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn
2016-05-04staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-30staging: dgnc: use tty_alloc_driver instead of kcallocDaeseok Youn
2016-04-30staging: dgnc: remove redundant NULL check inDaeseok Youn
2016-04-30staging: dgnc: return -ENOMEM when kzalloc failedDaeseok Youn
2016-04-30staging: dgnc: remove blank lineDaeseok Youn
2016-04-30staging: dgnc: remove parenthesis around the CONST |Daeseok Youn
2016-04-30drivers/staging/dgnc: Added spaces around a bitwise OR.Juanma de Hoyos
2016-04-04staging: dgnc: fix CamelCase in dgnc_tty.cDaeseok Youn
2016-04-04staging: dgnc: remove too many traverse pointerDaeseok Youn
2016-03-31staging: dgnc: clean up dgnc_input functionDaeseok Youn
2016-03-31staging: dgnc: remove useless variables for saving tty'sDaeseok Youn
2016-03-31staging: dgnc: fix Logical continuations.Daeseok Youn
2016-03-31staging: dgnc: fix 'line over 80 characters'Daeseok Youn
2016-03-31staging: dgnc: remove parenthesis around the CONST |Daeseok Youn
2016-03-31staging: dgnc: replace dgnc_offset_table with bit shift.Daeseok Youn
2016-03-28staging: dgnc: fix Logical continuations should be on theDaeseok Youn
2016-03-28staging: dgnc: fix 'line over 80 characters'Daeseok Youn
2016-03-28staging: dgnc: remove unused variable in dgnc_boardDaeseok Youn
2016-03-28staging: dgnc: fix CamelCase in dgnc_drvier.h andDaeseok Youn
2016-03-28staging: dgnc: fix CamelCase in dgnc_driver.cDaeseok Youn
2016-03-28staging: dgnc: fix camelcase of SerialDriver and PrintDriverDaeseok Youn
2016-03-28staging: dgnc: Add whitespace around OR'd flags ("|")Sam Horlbeck Olsen
2016-03-18Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-12staging: dgnc: cleanup properlySudip Mukherjee
2016-03-12staging: dgnc: unregister pci driverSudip Mukherjee
2016-03-12staging: dgnc: remove pci_unregister_driverSudip Mukherjee
2016-03-12staging: dgnc: remove unneeded elseSudip Mukherjee
2016-03-12staging: dgnc: Break line after boolean operatorRehas Sachdeva