projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404d856
)
rotary: changed the name of rotary device
author
jinhyung.jo
<jinhyung.jo@samsung.com>
Thu, 22 Jan 2015 07:18:40 +0000
(16:18 +0900)
committer
jinhyung.jo
<jinhyung.jo@samsung.com>
Thu, 22 Jan 2015 08:31:37 +0000
(17:31 +0900)
chaneged to tizen_rotary
Change-Id: I8d215aaa1271152e26070ee3414d011a2e05615a
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
drivers/maru/maru_virtio_rotary.c
patch
|
blob
|
history
diff --git
a/drivers/maru/maru_virtio_rotary.c
b/drivers/maru/maru_virtio_rotary.c
index 75f122f2c8626e51e7cafb42ceac6437dac9d7b1..8211c4ec6d54cabd987e84c984614f9ca1c0ac59 100644
(file)
--- a/
drivers/maru/maru_virtio_rotary.c
+++ b/
drivers/maru/maru_virtio_rotary.c
@@
-42,7
+42,7
@@
MODULE_LICENSE("GPL2");
MODULE_AUTHOR("Jinhyung Jo <jinhyung.jo@samsung.com>");
MODULE_DESCRIPTION("Emulator Virtio Rotary Driver");
-#define DRIVER_NAME "
sec
_rotary"
+#define DRIVER_NAME "
tizen
_rotary"
#define VR_LOG(log_level, fmt, ...) \
printk(log_level "%s: " fmt, DRIVER_NAME, ##__VA_ARGS__)