Foreign Partner Request

2015-12-27 Thread Mr. N Uddin
Dear Sir/Madam,Re. Foreign Partner Request I sincerely apologies for intruding into your privacy. I am compelled to contact you due to the nature of my proposition. I am Mr. N. Uddin, Bangladesh national and CEO Of AUM International (https://www.gmdu.n

Re: Cleaning dgnc driver

2015-12-27 Thread Greg KH
On Sun, Dec 27, 2015 at 04:18:21PM +0100, Salah Triki wrote: > Hi, > > Is it useful to clean staging/dgnc, since it supports the same adapters > that those of serial/jsm ? If jsm supports this hardware, then no, it doesn't make sense to do so, the driver should just be removed. thanks, greg k-h

[PATCH 1/2] staging: wilc1000: min_t macro instead of ternary condition operator used

2015-12-27 Thread Ivan Safonov
min_t macro bit shorter then ?: operator. Signed-off-by: Ivan Safonov --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 8c77520..5a770b

Re: [PATCH 8/9] vme: vme_ca91cx42.c: use to_pci_dev()

2015-12-27 Thread Martyn Welch
On 27/12/15 10:46, Geliang Tang wrote: Use to_pci_dev() instead of open-coding it. Signed-off-by: Geliang Tang Acked-by: Martyn Welch --- drivers/vme/bridges/vme_ca91cx42.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/vme/bridges/vme_ca91cx42.c

[PATCH 2/2] Staging: panel: Remove space

2015-12-27 Thread Ksenija Stanojevic
No space is necessary after a cast, therefore remove it. Found by checkpatch.pl Signed-off-by: Ksenija Stanojevic --- drivers/staging/panel/panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 7171c5d.

[PATCH 1/2] Staging: panel: Fix line over 80 characters

2015-12-27 Thread Ksenija Stanojevic
Split comment in order to fit into 80 characters per line. Found by checkpatch.pl Signed-off-by: Ksenija Stanojevic --- drivers/staging/panel/panel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 79ac192

[PATCH 8/9] vme: vme_ca91cx42.c: use to_pci_dev()

2015-12-27 Thread Geliang Tang
Use to_pci_dev() instead of open-coding it. Signed-off-by: Geliang Tang --- drivers/vme/bridges/vme_ca91cx42.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/vme/bridges/vme_ca91cx42.c b/drivers/vme/bridges/vme_ca91cx42.c index b79a74a..5fbeab3 100644 --