diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/media/dvb/mantis/mantis_ioc.c | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_ioc.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_ioc.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/drivers/media/dvb/mantis/mantis_ioc.c b/drivers/media/dvb/mantis/mantis_ioc.c index de148ded52d8..479086dbb9a8 100644 --- a/drivers/media/dvb/mantis/mantis_ioc.c +++ b/drivers/media/dvb/mantis/mantis_ioc.c | |||
@@ -68,21 +68,14 @@ int mantis_get_mac(struct mantis_pci *mantis) | |||
68 | return err; | 68 | return err; |
69 | } | 69 | } |
70 | 70 | ||
71 | dprintk(MANTIS_ERROR, 0, | 71 | dprintk(MANTIS_ERROR, 0, " MAC Address=[%pM]\n", mac_addr); |
72 | " MAC Address=[%02x:%02x:%02x:%02x:%02x:%02x]\n", | ||
73 | mac_addr[0], | ||
74 | mac_addr[1], | ||
75 | mac_addr[2], | ||
76 | mac_addr[3], | ||
77 | mac_addr[4], | ||
78 | mac_addr[5]); | ||
79 | 72 | ||
80 | return 0; | 73 | return 0; |
81 | } | 74 | } |
82 | EXPORT_SYMBOL_GPL(mantis_get_mac); | 75 | EXPORT_SYMBOL_GPL(mantis_get_mac); |
83 | 76 | ||
84 | /* Turn the given bit on or off. */ | 77 | /* Turn the given bit on or off. */ |
85 | void gpio_set_bits(struct mantis_pci *mantis, u32 bitpos, u8 value) | 78 | void mantis_gpio_set_bits(struct mantis_pci *mantis, u32 bitpos, u8 value) |
86 | { | 79 | { |
87 | u32 cur; | 80 | u32 cur; |
88 | 81 | ||
@@ -97,7 +90,7 @@ void gpio_set_bits(struct mantis_pci *mantis, u32 bitpos, u8 value) | |||
97 | mmwrite(mantis->gpio_status, MANTIS_GPIF_ADDR); | 90 | mmwrite(mantis->gpio_status, MANTIS_GPIF_ADDR); |
98 | mmwrite(0x00, MANTIS_GPIF_DOUT); | 91 | mmwrite(0x00, MANTIS_GPIF_DOUT); |
99 | } | 92 | } |
100 | EXPORT_SYMBOL_GPL(gpio_set_bits); | 93 | EXPORT_SYMBOL_GPL(mantis_gpio_set_bits); |
101 | 94 | ||
102 | int mantis_stream_control(struct mantis_pci *mantis, enum mantis_stream_control stream_ctl) | 95 | int mantis_stream_control(struct mantis_pci *mantis, enum mantis_stream_control stream_ctl) |
103 | { | 96 | { |