[PATCH AUTOSEL 4.14 085/109] x86/hyperv: Suppress "PCI: Fatal: No config space access function found"

2019-11-09 Thread Sasha Levin
From: Dexuan Cui [ Upstream commit 2f285f46240d67060061d153786740d4df53cd78 ] A Generation-2 Linux VM on Hyper-V doesn't have the legacy PCI bus, and users always see the scary warning, which is actually harmless. Suppress it. Signed-off-by: Dexuan Cui Signed-off-by: Thomas Gleixner

[PATCH AUTOSEL 4.19 156/191] x86/hyperv: Suppress "PCI: Fatal: No config space access function found"

2019-11-09 Thread Sasha Levin
From: Dexuan Cui [ Upstream commit 2f285f46240d67060061d153786740d4df53cd78 ] A Generation-2 Linux VM on Hyper-V doesn't have the legacy PCI bus, and users always see the scary warning, which is actually harmless. Suppress it. Signed-off-by: Dexuan Cui Signed-off-by: Thomas Gleixner

[PATCH AUTOSEL 4.19 092/191] media: imx: work around false-positive warning, again

2019-11-09 Thread Sasha Levin
From: Arnd Bergmann [ Upstream commit 8d1a4817cce1b15b4909f0e324a4f5af5952da67 ] A warning that I thought to be solved by a previous patch of mine has resurfaced with gcc-8: media/imx/imx-media-csi.c: In function 'csi_link_validate': media/imx/imx-media-csi.c:1025:20: error: 'upstream_ep' may

[PATCH] staging: iio: adc: ad7280: Add spaces around math operator

2019-11-09 Thread Pedro Ortega
Add spaces around the minus math operator to increase readability. Signed-off-by: Pedro Ortega --- drivers/staging/iio/adc/ad7280a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/adc/ad7280a.c b/drivers/staging/iio/adc/ad7280a.c index

[PATCH] staging: rtl8192u: Fix typo in comment

2019-11-09 Thread Xianting Tian
Fix the typo "cheked" -> "checked" in comment Signed-off-by: Xianting Tian --- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c

Re: [PATCH v2 2/3] media: cedrus: Fix H264 4k support

2019-11-09 Thread Paul Kocialkowski
Hi Jenrej, On Wed 06 Nov 19, 22:05, Jernej Skrabec wrote: > H264 decoder needs additional or bigger buffers in order to decode 4k > videos. Thanks for the changes, looks good to me! Acked-by: Paul Kocialkowski Cheers, Paul > Signed-off-by: Jernej Skrabec > --- >

Re: [PATCH v3] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-11-09 Thread Jonathan Cameron
On Tue, 5 Nov 2019 14:19:32 -0600 Rob Herring wrote: > On Thu, Oct 31, 2019 at 09:03:01PM -0300, Rodrigo Carvalho wrote: > > This patch add device tree binding documentation for ADIS16240. > > > > Signed-off-by: Rodrigo Ribeiro Carvalho > > --- > > V3: > >- Remove spi-cpol and spi-cpha

Re: [PATCH] staging: wfx: add gcc extension __force cast

2019-11-09 Thread Al Viro
On Fri, Nov 08, 2019 at 11:38:37PM +, Jules Irenge wrote: > Add gcc extension __force and __le32 cast to fix warning issued by Sparse > tool."warning: cast to restricted __le32" > > Signed-off-by: Jules Irenge > --- > drivers/staging/wfx/debug.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH] staging: wfx: add gcc extension __force cast

2019-11-09 Thread Greg KH
On Fri, Nov 08, 2019 at 11:38:37PM +, Jules Irenge wrote: > Add gcc extension __force and __le32 cast to fix warning issued by Sparse > tool."warning: cast to restricted __le32" Can you wrap your lines properly please? > > Signed-off-by: Jules Irenge > --- > drivers/staging/wfx/debug.c |