summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
AgeCommit message (Expand)AuthorFilesLines
2016-09-20Staging: ks7010: michael_mic: Use "foo *bar" instead of "foo * bar".Sandhya Bankar1-6/+6
2016-09-20Staging: ks7010: Use "foo *bar" instead of "foo * bar".Sandhya Bankar1-3/+3
2016-09-20Staging: ks7010: Use "foo *bar" instead of "foo * bar"Sandhya Bankar1-1/+1
2016-09-20Staging: ks7010: Use sizeof structure *pointer over sizeof structure in kzall...Sandhya Bankar1-1/+1
2016-09-20staging: ks7010: Remove unnecessary variable used to store return valuesayli karnik1-7/+3
2016-09-20staging: ks7010: fixes typo in ks_hostif.cHariharan R1-3/+3
2016-09-18Staging: ks7010: Drop memory allocation cast.Sandhya Bankar1-2/+1
2016-09-18staging: ks7010: Remove extra round braces around expressions/variablessayli karnik1-2/+2
2016-09-18staging: ks7010: Remove the space after a type castsayli karnik1-3/+3
2016-09-18staging: ks7010: Remove unnecessary blank lines and commented codesayli karnik1-5/+0
2016-09-18staging: ks7010: Remove space after '(' and before ')'sayli karnik1-6/+6
2016-09-18staging: ks7010: Remove braces following single statement blockssayli karnik1-20/+18
2016-09-18staging: ks7010: Use #include <linux/atomic.h> instead of <asm/atomic.h>sayli karnik1-1/+1
2016-09-17Staging: ks7010: Remove extern keyword from function declarationBhumika Goyal6-26/+20
2016-09-17Staging: ks7010: Replace memset with eth_zero_addrBhumika Goyal2-6/+7
2016-09-16staging: ks7010: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-09-16staging: ks7010: Remove the explicit cast on kmallocsayli karnik1-31/+16
2016-09-16staging: ks7010: Remove whitespace before newlineRehas Sachdeva2-15/+15
2016-09-13staging: ks7010: Remove the explicit NULL comparisonsayli karnik3-23/+23
2016-09-12staging: ks7010: fix two memory leaks on error return pathColin Ian King1-0/+2
2016-09-12staging: ks7010: avoid dereferencing packet if it is nullColin Ian King1-1/+1
2016-09-12staging: ks7010: fix warning on return for void functionsHariharan R1-11/+0
2016-09-12staging: ks7010: fix memory leakSudip Mukherjee1-1/+1
2016-09-12staging: ks7010: return on failureSudip Mukherjee1-4/+2
2016-08-21staging: ks7010: don't print skb->dev->name if skb is nullColin Ian King1-4/+2
2016-08-21staging: ks7010: declare private functions staticNicholas Mc Guire1-2/+2
2016-08-21staging: ks7010: fix wait_for_completion_interruptible_timeout return handlingNicholas Mc Guire1-2/+6
2016-08-15staging: ks7010: do not dereference priv if priv is nullColin Ian King1-2/+2
2016-08-15Staging: ks7010: michael_mic: fixed macros coding style issueBing Sun1-7/+13
2016-08-15staging: ks7010: Delete a variable in write_to_device()Markus Elfring1-2/+1
2016-08-15staging: ks7010: Delete unnecessary assignments for buffer variablesMarkus Elfring1-4/+1
2016-08-15staging: ks7010: Delete unnecessary checks before the function call "kfree"Markus Elfring1-9/+4
2016-06-18staging: ks7010: remove bogus NULL checksDan Carpenter1-7/+4
2016-06-18staging: ks7010: drop private handler for driver versionWolfram Sang3-16/+2
2016-06-18staging: ks7010: report interface as wlan not ethWolfram Sang1-1/+1
2016-06-18staging: ks7010: bail out when registering netdevice failsWolfram Sang1-7/+5
2016-06-18staging: ks7010: sdio: remove forward declarationsWolfram Sang1-54/+46
2016-06-18staging: ks7010: unify naming to ks7010Wolfram Sang2-14/+15
2016-06-18staging: ks7010: export sdio idsWolfram Sang1-2/+3
2016-06-18staging: ks7010: collect all includes and sort themWolfram Sang1-4/+3
2016-06-18staging: ks7010: function declaration should be in a header fileWolfram Sang2-3/+3
2016-06-18staging: ks7010: remove cfg file handlingWolfram Sang7-638/+33
2016-06-07staging: ks7010: cleanup file headersWolfram Sang10-52/+19
2016-06-07staging: ks7010: drop counting sd errorsWolfram Sang2-16/+6
2016-06-07staging: ks7010: simplify module_init/exitWolfram Sang1-24/+1
2016-06-07staging: ks7010: adapt to new trans_start handlingWolfram Sang1-1/+1
2016-06-07staging: ks7010: fix module annotationsWolfram Sang1-6/+4
2016-06-07staging: ks7010: remove supported card table with one elementWolfram Sang2-31/+2
2016-06-07staging: ks7010: indent ks7010_sdio.cWolfram Sang1-347/+460
2016-06-07staging: ks7010: indent michael_mic.hWolfram Sang1-8/+8