Change vnt_radio_power_on from always returning 0 to void.
The first patch in this series was originally submitted as a
standalone patch. Greg Kroah-Hartman
suggested more changes to be made into a patchset.
John B. Wyatt IV (2):
staging: vt6656: remove unneeded variable: ret
staging: vt66
Remove unneeded variable ret; replace with 0 for the return value.
Update function documentation (comment) on the return status as
suggested by Julia Lawall .
Issue reported by coccinelle (coccicheck).
Signed-off-by: John B. Wyatt IV
---
drivers/staging/vt6656/card.c | 6 ++
1 file changed
Change unused int function return value to void from previous patch.
Update function documentation to remove mention of return value.
Remove if statement check of the only usage of function in the
kernel. Replace with calling the function.
Suggested-by: Greg Kroah-Hartman
Signed-off-by: John B.
-20200323
m68k randconfig-a001-20200323
mips randconfig-a001-20200323
nds32randconfig-a001-20200323
parisc randconfig-a001-20200323
riscvrandconfig-a001-20200323
h8300randconfig-a001-20200323
microblaze
Dear Friend,
How are you and your entire family? I hope you and your entire family are doing
everything possible to stay safe and protected from the coronavirus pandemic. I
am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly
looking for an investment opportunity in your coun
randconfig-a001-20200323
x86_64 randconfig-a002-20200323
x86_64 randconfig-a003-20200323
i386 randconfig-a001-20200323
i386 randconfig-a002-20200323
i386 randconfig-a003-20200323
x86_64 randconfig
On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
>
> Ok, I'll take the first 7 of these patches and see what the end
> result
> looks like after that, it will make reviewing the code easier...
Do yo
Dearest Friend
I am Mr Abdul Kareem working with Emirate NBD Bank Dubai,United Arab Emirate as
Finance Manager.
I have a very profitable Business that relate to you and will benefit both of
us after completion.
Kindly get back to me for more details.
Awaiting your response.
Regards
Abdul Kareem
Hello,
syzbot found the following crash on:
HEAD commit:e17994d1 usb: core: kcov: collect coverage from usb comple..
git tree: https://github.com/google/kasan.git usb-fuzzer
console output: https://syzkaller.appspot.com/x/log.txt?x=1129afe3e0
kernel config: https://syzkaller.appspo
Hello,
syzbot found the following crash on:
HEAD commit:e17994d1 usb: core: kcov: collect coverage from usb comple..
git tree: https://github.com/google/kasan.git usb-fuzzer
console output: https://syzkaller.appspot.com/x/log.txt?x=15217373e0
kernel config: https://syzkaller.appspo
Hi Greg,
On Mon, Mar 23, 2020 at 11:32 AM Greg KH wrote:
>
> On Sat, Mar 21, 2020 at 02:36:22PM +0100, Sergio Paracuellos wrote:
> > During a long time I have been cleaning and fixing this driver
> > in order to use current kernel's apis and try to get it out of
> > the staging area. At the end t
Buenos días
Os informamos que se encuentra abierto el plazo de inscripción para la
Convocatoria de Cursos Bonificables para empleados (ABRIL 2020).
Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación
2020 que disponen las empresas.
Dada la situación en la que nos e
On Sun, Mar 22, 2020 at 12:23:42PM +0100, Oscar Carter wrote:
> Use DIV_ROUND_UP macro instead of specific code with the same purpose.
> Also, remove the unused variables.
>
> Signed-off-by: Oscar Carter
> ---
> drivers/staging/vt6656/baseband.c | 21 -
> 1 file changed, 4 in
On Sat, Mar 21, 2020 at 02:36:22PM +0100, Sergio Paracuellos wrote:
> During a long time I have been cleaning and fixing this driver
> in order to use current kernel's apis and try to get it out of
> the staging area. At the end the driver is mt7621 specific and
> has been completely re-written. He
On Mon, 2020-03-23 at 02:04 +0100, Stefano Brivio wrote:
> Hi Shreeya,
>
> On Mon, 23 Mar 2020 04:48:08 +0530
> Shreeya Patel wrote:
>
> > On Sun, 2020-03-22 at 08:09 -0700, Joe Perches wrote:
> > > On Sun, 2020-03-22 at 12:27 +0100, Greg KH wrote:
> >
> > Hi Greg and Joe,
> >
> > > > On Sun
Hi Geert,
Geert Uytterhoeven, Mon, Mar 23, 2020 09:48:00 +0100:
> On Mon, Mar 23, 2020 at 9:41 AM Alex Riesen
> wrote:
> > Geert Uytterhoeven, Mon, Mar 23, 2020 09:34:45 +0100:
> > > On Fri, Mar 20, 2020 at 5:43 PM Alex Riesen
> > > wrote:
> > > > Reviewed-by: Geert Uytterhoeven
> > >
> > > D
Hi Alex,
On Mon, Mar 23, 2020 at 9:41 AM Alex Riesen
wrote:
> Geert Uytterhoeven, Mon, Mar 23, 2020 09:34:45 +0100:
> > On Fri, Mar 20, 2020 at 5:43 PM Alex Riesen
> > wrote:
> > > As all known variants of the Salvator board have the HDMI decoder
> > > chip (the ADV7482) connected to the SSI4 o
Alex Riesen, Mon, Mar 23, 2020 09:40:11 +0100:
> Geert Uytterhoeven, Mon, Mar 23, 2020 09:34:45 +0100:
> > On Fri, Mar 20, 2020 at 5:43 PM Alex Riesen
> > wrote:
> > > As all known variants of the Salvator board have the HDMI decoder
> > > chip (the ADV7482) connected to the SSI4 on R-Car SoC, th
Geert Uytterhoeven, Mon, Mar 23, 2020 09:34:45 +0100:
> On Fri, Mar 20, 2020 at 5:43 PM Alex Riesen
> wrote:
> > As all known variants of the Salvator board have the HDMI decoder
> > chip (the ADV7482) connected to the SSI4 on R-Car SoC, the ADV7482
> > endpoint and the connection definitions are
Stephen Boyd, Sat, Mar 21, 2020 02:09:31 +0100:
> Quoting Alex Riesen (2020-03-20 09:12:00)
> > diff --git a/drivers/media/i2c/adv748x/adv748x-dai.c
> > b/drivers/media/i2c/adv748x/adv748x-dai.c
> > new file mode 100644
> > index ..6fce7d000423
> > --- /dev/null
> > +++ b/drivers/media
Hi Alex,
On Fri, Mar 20, 2020 at 5:43 PM Alex Riesen
wrote:
> As all known variants of the Salvator board have the HDMI decoder
> chip (the ADV7482) connected to the SSI4 on R-Car SoC, the ADV7482
> endpoint and the connection definitions are placed in the common board
> file.
> For the same reas
Hi Morimoto-san,
Kuninori Morimoto, Mon, Mar 23, 2020 01:12:00 +0100:
> > As all known variants of the Salvator board have the HDMI decoder
> > chip (the ADV7482) connected to the SSI4 on R-Car SoC, the ADV7482
> > endpoint and the connection definitions are placed in the common board
> > file.
>
On Fri, Mar 20, 2020 at 06:10:56PM +0100, Oscar Carter wrote:
> -#define RSR_ADDRBROAD 0x80
> -#define RSR_ADDRMULTI 0x40
> +#define RSR_ADDRBROAD BIT(7)
> +#define RSR_ADDRMULTI BIT(6)
> #define RSR_ADDRUNI 0x00
> -#define RSR_IVLDTYP 0x20/* invalid
On Fri, Mar 20, 2020 at 07:13:26PM +0100, Oscar Carter wrote:
> +#include
> #include "mac.h"
> #include "baseband.h"
> #include "rf.h"
> @@ -468,7 +469,7 @@ int vnt_vt3184_init(struct vnt_private *priv)
> if (ret)
> goto end;
>
> - ret = vnt_mac_
24 matches
Mail list logo