[PATCH] staging: rtl8712: Fix CHECK reported by checkpatch

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Change local variable name to avoid CamelCase. Align code to the open parenthesis to fix alignment issues. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl8712_efuse.c | 67 - 1 file changed, 33 insertions(+), 34 del

Re: [REGRESSION] Xorg segfaults on Asus Chromebook CP101 with Linux v5.2 (was Asus C101P Chromeboot fails to boot with Linux 5.2)

2019-07-13 Thread Ezequiel Garcia
On Sat, 13 Jul 2019 at 13:43, Alex Dewar wrote: > > On 13/07/2019 16:17, Heiko Stuebner wrote: > > Hi, > > > > Am Samstag, 13. Juli 2019, 13:38:45 CEST schrieb Alex Dewar: > >> I initially thought my machine was failing to boot entirely, but it > >> turns out it was just failing to start the displ

[PATCH] staging: rtl8712: Delete multiple blank line.

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h b/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h index e125c7222ab5.

[PATCH] staging: rtl8712: Fix Alignment CHECK

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Fix alignment check reported by checkpatch. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/recv_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/recv_linux.c b/drivers/staging/rtl8712/recv_l

[PATCH] staging: rtl8712: Add parenthesis to Macro argument

2019-07-13 Thread christianluciano . m
From: Christian Luciano Moreno Add parenthesis to Macro argument to avoid precedence issues. Signed-off-by: Christian Luciano Moreno --- drivers/staging/rtl8712/basic_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/basic_types.h b/drivers/st

[driver-core:debugfs_cleanup 9/68] drivers/net/ethernet/broadcom/bnxt/bnxt_debugfs.c:64:42: warning: 'struct net_dim' declared inside parameter list will not be visible outside of this definition or d

2019-07-13 Thread kbuild test robot
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_cleanup head: 98866fd07da3f475e442fa6362a8256d04672221 commit: dcbf3bd7af5468bace39cf3b57c94e5f15fbe95a [9/68] WIP: ethernet: break up... config: arm-allmodconfig (attached as .config) compiler: arm

Re: [REGRESSION] Xorg segfaults on Asus Chromebook CP101 with Linux v5.2 (was Asus C101P Chromeboot fails to boot with Linux 5.2)

2019-07-13 Thread Alex Dewar
On 13/07/2019 16:17, Heiko Stuebner wrote: Hi, Am Samstag, 13. Juli 2019, 13:38:45 CEST schrieb Alex Dewar: I initially thought my machine was failing to boot entirely, but it turns out it was just failing to start the display manager. I managed to escape to a tty by hammering the keyboard a bi

Re: [REGRESSION] Xorg segfaults on Asus Chromebook CP101 with Linux v5.2 (was Asus C101P Chromeboot fails to boot with Linux 5.2)

2019-07-13 Thread Heiko Stuebner
Hi, Am Samstag, 13. Juli 2019, 13:38:45 CEST schrieb Alex Dewar: > I initially thought my machine was failing to boot entirely, but it > turns out it was just failing to start the display manager. I managed to > escape to a tty by hammering the keyboard a bit. > > I suspect the culprit is the roc

Re: [REGRESSION] Xorg segfaults on Asus Chromebook CP101 with Linux v5.2 (was Asus C101P Chromeboot fails to boot with Linux 5.2)

2019-07-13 Thread Greg Kroah-Hartman
On Sat, Jul 13, 2019 at 12:38:45PM +0100, Alex Dewar wrote: > Hi all, > > I initially thought my machine was failing to boot entirely, but it > turns out it was just failing to start the display manager. I managed to > escape to a tty by hammering the keyboard a bit. > > I suspect the culprit is

[REGRESSION] Xorg segfaults on Asus Chromebook CP101 with Linux v5.2 (was Asus C101P Chromeboot fails to boot with Linux 5.2)

2019-07-13 Thread Alex Dewar
Hi all, I initially thought my machine was failing to boot entirely, but it turns out it was just failing to start the display manager. I managed to escape to a tty by hammering the keyboard a bit. I suspect the culprit is the rockchip_vpu driver (in staging/media), which has been renamed to han