Re: [PATCH v2 3/3] net: phy: leds: Fix truncated LED trigger names

2017-01-25 Thread Andrew Lunn
On Wed, Jan 25, 2017 at 11:39:50AM +0100, Geert Uytterhoeven wrote: > Commit 4567d686f5c6d955 ("phy: increase size of MII_BUS_ID_SIZE and > bus_id") increased the size of MII bus IDs, but forgot to update the > private definition in . > This may cause: > 1. Truncation of LED trigger names, >

[PATCH v2 3/3] net: phy: leds: Fix truncated LED trigger names

2017-01-25 Thread Geert Uytterhoeven
Commit 4567d686f5c6d955 ("phy: increase size of MII_BUS_ID_SIZE and bus_id") increased the size of MII bus IDs, but forgot to update the private definition in . This may cause: 1. Truncation of LED trigger names, 2. Duplicate LED trigger names, 3. Failures registering LED triggers, 4.