> 1));
> + if ((spk_bleeps & 2) && (msg_id < edge_quiet)) {
> + synth_printf("%s\n",
> + spk_msg_get(MSG_EDGE_MSGS_START + msg_id - 1));
> + }
> }
>
You do not actually need to add the braces as this rema
Fix a pointer check to use NULL instead of 0
Warning:
drivers/staging/goldfish/goldfish_audio.c:300:34: warning: Using plain
integer as NULL pointer
Signed-off-by: Robin Schroer
---
drivers/staging/goldfish/goldfish_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
Signed-off-by: Robin Schroer
---
drivers/staging/bcm/Misc.c | 6 --
1 file changed, 6 deletions(-)
diff --git a/drivers/staging/bcm/Misc.c b/drivers/staging/bcm/Misc.c
index a0637eb..a1c833c 100644
--- a/drivers/staging/bcm/Misc.c
+++ b/drivers/staging/bcm/Misc.c
@@ -21,7 +21,6 @@ static
Signed-off-by: Robin Schroer
---
drivers/staging/bcm/Misc.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/staging/bcm/Misc.c b/drivers/staging/bcm/Misc.c
index 7b2fa0f..f2bc699 100644
--- a/drivers/staging/bcm/Misc.c
+++ b/drivers/staging/bcm/Misc.c
@@ -28,6 +28,7
Signed-off-by: Robin Schroer
---
drivers/staging/bcm/Misc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/bcm/Misc.c b/drivers/staging/bcm/Misc.c
index f2bc699..a0637eb 100644
--- a/drivers/staging/bcm/Misc.c
+++ b/drivers/staging/bcm/Misc.c
@@ -284,7
speakup_key() used manual comparison of jiffies to determine the time
since the last keypress, replaced it with time_after()
Resend with kernel mailing list cc'ed (duh...)
Signed-off-by: Robin Schroer
---
drivers/staging/speakup/main.c | 2 +-
1 file changed, 1 insertion(+), 1 del
speakup_key() used manual comparison of jiffies to determine the time
since the last keypress, replaced it with time_after()
Signed-off-by: Robin Schroer
---
drivers/staging/speakup/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/speakup/main.c b
added newlines after declarations in two places
Signed-off-by: Robin Schroer
---
drivers/staging/frontier/tranzport.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/frontier/tranzport.c
b/drivers/staging/frontier/tranzport.c
index 334ba04..2f86163 100644
--- a/drivers