Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447507
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next v2 1/3] net: dsa: mv88e6xxx: remove unused phy_mutex |
| Date | 2016-07-21 00:20 +0200 |
| Message-ID | <rX80p-7jq-1@gated-at.bofh.it> (permalink) |
| References | <rX80p-7jq-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Only reg_lock is necessary now and phy_mutex is dead. Remove it.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
index 899ca1d..99de41f 100644
--- a/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
+++ b/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
@@ -629,12 +629,6 @@ struct mv88e6xxx_chip {
*/
struct mutex stats_mutex;
- /* This mutex serializes phy access for chips with
- * indirect phy addressing. It is unused for chips
- * with direct phy access.
- */
- struct mutex phy_mutex;
-
/* This mutex serializes eeprom access for chips with
* eeprom support.
*/
--
2.9.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next v2 1/3] net: dsa: mv88e6xxx: remove unused phy_mutex Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2016-07-21 00:20 +0200 Re: [PATCH net-next v2 1/3] net: dsa: mv88e6xxx: remove unused phy_mutex Andrew Lunn <andrew@lunn.ch> - 2016-07-21 02:40 +0200
csiph-web