projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d845ee
)
net: ethernet: ax88796: make mdiobb_ops const
author
Bhumika Goyal
<bhumirks@gmail.com>
Tue, 22 Aug 2017 08:11:19 +0000
(13:41 +0530)
committer
David S. Miller
<davem@davemloft.net>
Tue, 22 Aug 2017 21:20:54 +0000
(14:20 -0700)
Make this const as it is only stored in a const field of a
mdiobb_ctrl structure.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/ax88796.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/8390/ax88796.c
b/drivers/net/ethernet/8390/ax88796.c
index 05d9d3e2e92e51816b4bfc3933ac42bafced23a3..245554707163fdd48499a07af4ab5daf5d06afa8 100644
(file)
--- a/
drivers/net/ethernet/8390/ax88796.c
+++ b/
drivers/net/ethernet/8390/ax88796.c
@@
-585,7
+585,7
@@
static int ax_bb_get_data(struct mdiobb_ctrl *ctrl)
return reg_memr & AX_MEMR_MDI ? 1 : 0;
}
-static struct mdiobb_ops bb_ops = {
+static
const
struct mdiobb_ops bb_ops = {
.owner = THIS_MODULE,
.set_mdc = ax_bb_mdc,
.set_mdio_dir = ax_bb_dir,