Loading drivers/edac/edac_mc.c +2 −4 Original line number Diff line number Diff line Loading @@ -601,7 +601,6 @@ static int add_mc_to_global_list(struct mem_ctl_info *mci) } list_add_tail_rcu(&mci->link, insert_before); atomic_inc(&edac_handlers); return 0; fail0: Loading @@ -619,7 +618,6 @@ static int add_mc_to_global_list(struct mem_ctl_info *mci) static int del_mc_from_global_list(struct mem_ctl_info *mci) { int handlers = atomic_dec_return(&edac_handlers); list_del_rcu(&mci->link); /* these are for safe removal of devices from global list while Loading @@ -628,7 +626,7 @@ static int del_mc_from_global_list(struct mem_ctl_info *mci) synchronize_rcu(); INIT_LIST_HEAD(&mci->link); return handlers; return list_empty(&mc_devices); } struct mem_ctl_info *edac_mc_find(int idx) Loading Loading @@ -763,7 +761,7 @@ struct mem_ctl_info *edac_mc_del_mc(struct device *dev) /* mark MCI offline: */ mci->op_state = OP_OFFLINE; if (!del_mc_from_global_list(mci)) if (del_mc_from_global_list(mci)) edac_mc_owner = NULL; mutex_unlock(&mem_ctls_mutex); Loading drivers/edac/edac_stub.c +0 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,6 @@ int edac_op_state = EDAC_OPSTATE_INVAL; EXPORT_SYMBOL_GPL(edac_op_state); atomic_t edac_handlers = ATOMIC_INIT(0); EXPORT_SYMBOL_GPL(edac_handlers); int edac_err_assert = 0; EXPORT_SYMBOL_GPL(edac_err_assert); Loading include/linux/edac.h +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ struct device; extern int edac_op_state; extern int edac_err_assert; extern atomic_t edac_handlers; extern struct bus_type *edac_get_sysfs_subsys(void); Loading Loading
drivers/edac/edac_mc.c +2 −4 Original line number Diff line number Diff line Loading @@ -601,7 +601,6 @@ static int add_mc_to_global_list(struct mem_ctl_info *mci) } list_add_tail_rcu(&mci->link, insert_before); atomic_inc(&edac_handlers); return 0; fail0: Loading @@ -619,7 +618,6 @@ static int add_mc_to_global_list(struct mem_ctl_info *mci) static int del_mc_from_global_list(struct mem_ctl_info *mci) { int handlers = atomic_dec_return(&edac_handlers); list_del_rcu(&mci->link); /* these are for safe removal of devices from global list while Loading @@ -628,7 +626,7 @@ static int del_mc_from_global_list(struct mem_ctl_info *mci) synchronize_rcu(); INIT_LIST_HEAD(&mci->link); return handlers; return list_empty(&mc_devices); } struct mem_ctl_info *edac_mc_find(int idx) Loading Loading @@ -763,7 +761,7 @@ struct mem_ctl_info *edac_mc_del_mc(struct device *dev) /* mark MCI offline: */ mci->op_state = OP_OFFLINE; if (!del_mc_from_global_list(mci)) if (del_mc_from_global_list(mci)) edac_mc_owner = NULL; mutex_unlock(&mem_ctls_mutex); Loading
drivers/edac/edac_stub.c +0 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,6 @@ int edac_op_state = EDAC_OPSTATE_INVAL; EXPORT_SYMBOL_GPL(edac_op_state); atomic_t edac_handlers = ATOMIC_INIT(0); EXPORT_SYMBOL_GPL(edac_handlers); int edac_err_assert = 0; EXPORT_SYMBOL_GPL(edac_err_assert); Loading
include/linux/edac.h +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ struct device; extern int edac_op_state; extern int edac_err_assert; extern atomic_t edac_handlers; extern struct bus_type *edac_get_sysfs_subsys(void); Loading