summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-11staging: dgnc: unregister pci driverSudip Mukherjee1-2/+1
2016-03-11staging: dgnc: remove pci_unregister_driverSudip Mukherjee1-14/+5
2016-03-11staging: dgnc: remove unneeded elseSudip Mukherjee1-7/+7
2016-03-11staging: dgnc: Break line after boolean operatorRehas Sachdeva1-2/+2
2016-03-11staging: dgnc: Fix block comment styleRehas Sachdeva1-8/+4
2016-03-11staging: dgnc: Avoid multiple blank linesRehas Sachdeva3-10/+0
2016-03-11staging: dgnc: Add spaces around '|' and '<<'Rehas Sachdeva2-22/+22
2016-03-11staging: dgnc: delete parentheses around right hand side of assignmentEva Rachel Retuya4-6/+6
2016-03-11staging: vme: devices: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-18/+6
2016-03-11staging: fbtft: fb_uc1611.c: Drop void pointer castJanani Ravichandran1-2/+2
2016-03-11staging: fbtft: fb_ra8875.c: Remove unneeded void pointer castJanani Ravichandran1-2/+2
2016-03-11staging: fbtft: fbtft-bus.c: Drop unneeded void pointer castJanani Ravichandran1-2/+2
2016-03-11staging: fbtft: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-2/+5
2016-03-11staging: fbtft: Remove unnecessary spi_set_drvdata()Amitoj Kaur Chawla1-5/+0
2016-03-11staging: fbtft: replace ternary operator with min macroAlison Schofield2-3/+3
2016-03-11staging: fbtft: Use kmalloc_arrayBhaktipriya Shridhar1-2/+2
2016-03-11Staging: nvec: removes an unnecessary cast on a void pointerBen Marsh1-1/+1
2016-03-11staging: nvec: nvec.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: nvec: Avoid the use of BUG_ONLaura Garcia Liebana1-2/+0
2016-03-11staging: nvec: Remove blank lines before a close braceLaura Garcia Liebana1-1/+0
2016-03-11Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal2-18/+0
2016-03-11Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea1-67/+64
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar1-2/+1
2016-03-11Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar1-2/+2
2016-03-11Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar1-3/+1
2016-03-11Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar1-2/+1
2016-03-11rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann1-44/+44
2016-03-11staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member...Ivan Safonov3-114/+63
2016-03-11staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mas...Ivan Safonov4-108/+57
2016-03-11staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_...Ivan Safonov4-89/+77
2016-03-11staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov3-16/+1
2016-03-11staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov2-3/+0
2016-03-11staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov1-2/+2
2016-03-11staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov1-4/+0
2016-03-11staging: rtl8188eu: remove unused macros from include/basic_types.hIvan Safonov1-29/+0
2016-03-11staging: rtl8188eu: remove unused include/ieee80211_ext.hIvan Safonov1-290/+0
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov3-7/+7
2016-03-11staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar1-1/+1
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2-4/+2
2016-03-11staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar1-3/+1
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-03-11staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar1-2/+2
2016-03-11staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar1-1/+1
2016-03-11Staging: sm750fb: Remove unused functionsBhumika Goyal2-41/+0
2016-03-11Staging: sm750fb: Remove leading and trailing whitespace.Sandhya Bankar1-2/+2
2016-03-11staging: sm750fb: convert pr_err() to dev_err()Eva Rachel Retuya1-4/+10
2016-03-11staging: sm750fb: Remove Unused macroBhaktipriya Shridhar1-2/+0
2016-03-11staging: sm750fb: Use pcim_enable_device()Amitoj Kaur Chawla1-5/+2
2016-03-11staging: sm750fb: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-5/+2