Re: [PATCH v1 2/2] drm/bridge: anx7625: Add anx7625 MIPI to DP bridge driver

2019-09-24 Thread Xin Ji
On Mon, Sep 23, 2019 at 05:03:55PM +0300, Dan Carpenter wrote: > I wish you would think more about the error codes that you're returning. > Most functions do "ret |= frob()." which ORs the error codes together, > and results in a nonsense negative error code. But then some functions > return 1 on

Please my good friend

2019-09-24 Thread Mr. Fu Lan
This message is not spam Please my good friend I have a lucrative business proposal that I would like to share with you. I'm glad about your quick answer E-mail; fulan3...@gmail.com greetings Mr. Fu Lan ___ devel mailing list de...@linuxdriverproject.o

[staging:staging-testing 14/19] drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:191: undefined reference to `cs5535_gpio_set'

2019-09-24 Thread kbuild test robot
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: 3f1962fdc723cb48f0ea4e8a733d3ffa88708e98 commit: a3f54564061da0c8c0b60033ff44acfa356b8779 [14/19] staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 support config: i386-randconfig-g00

[staging:staging-testing 14/19] ERROR: "cs5535_gpio_set" [drivers/staging/olpc_dcon/olpc-dcon.ko] undefined!

2019-09-24 Thread kbuild test robot
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: 3f1962fdc723cb48f0ea4e8a733d3ffa88708e98 commit: a3f54564061da0c8c0b60033ff44acfa356b8779 [14/19] staging: olpc_dcon: allow simultaneous XO-1 and XO-1.5 support config: i386-randconfig-c00

Dear Friend,

2019-09-24 Thread Clake
Dear Friend, I am Mr Jude Clacke, the director of the accounts & auditing dept .at the Bank OF Africa Ouagadougou-west Africa. (B O A) With due respect, I have decided to contact you on a business transaction that will be beneficial to both of us. At the bank's last accounts/auditing evaluati

Re: NACK: [PATCH] staging: rtl8188eu: remove dead code in do-while conditional step

2019-09-24 Thread Dan Carpenter
This email is fine, but I just want to make sure that you don't think it's required. We all assumed that you would send a v2. I sort of hate the word NACK as well because it sounds like shouting or ducks and those are my two pet peeves. Sometimes people send a v2 patch without any replies to th

Re: [RESEND PATCH] staging: rtl8192u: Fix indentation for cleaner code

2019-09-24 Thread Greg KH
On Fri, Sep 13, 2019 at 11:31:01PM +0530, Sumera Priyadarsini wrote: > Fixes indentation for if condition in the file r8190_rtl8256.c for better > readability as suggested by Dan Carpenter. Please wrap your lines at 72 columns. > > Reported-by: Dan Carpenter > Signed-off-by: Sumera Priyadarsin

[PATCH v2] staging: rtl8188eu: remove dead code/vestigial do..while loop

2019-09-24 Thread Connor Kuehl
The local variable 'bcmd_down' is always set to true almost immediately before the do-while's condition is checked. As a result, !bcmd_down evaluates to false which short circuits the logical AND operator meaning that the second operand is never reached and is therefore dead code. Furthermore, the

NACK: [PATCH] staging: rtl8188eu: remove dead code in do-while conditional step

2019-09-24 Thread Connor Kuehl
I'm sending a V2 with the loop removed. Thanks, Connor ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel