projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25bbaf
)
[media] dib9000: fix typo in spelling the word empty
author
Michael Krufky
<
[email protected]
>
Mon, 30 Sep 2013 16:24:48 +0000
(13:24 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 2 Oct 2013 09:48:14 +0000
(06:48 -0300)
Thanks-to: Joe Perches <
[email protected]
>
Signed-off-by: Michael Krufky <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb-frontends/dib9000.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/dib9000.c
b/drivers/media/dvb-frontends/dib9000.c
index 61b2cfe6789c9763913d515f53f447945ab8f5f6..e540cfb13bac4b15dbfa06d1c050e0ad1246fcd0 100644
(file)
--- a/
drivers/media/dvb-frontends/dib9000.c
+++ b/
drivers/media/dvb-frontends/dib9000.c
@@
-651,7
+651,7
@@
static int dib9000_risc_debug_buf(struct dib9000_state *state, u16 * data, u8 si
b++;
dprintk("%s", b);
} else
- dprintk("RISC%d: %d.%04d %s", state->fe_id, ts / 10000, ts % 10000, *b ? b : "<em
tp
y>");
+ dprintk("RISC%d: %d.%04d %s", state->fe_id, ts / 10000, ts % 10000, *b ? b : "<em
pt
y>");
return 1;
}