
27 Jan
2012
27 Jan
'12
3:54 a.m.
On Thursday 26 January 2012 17:21:44 Troy Kisky wrote:
+/* This is used to set board specific things like clock skew */ +unsigned short ksz9021_por_cmds[] = {
static const
+int ksz9021_send_phy_cmds(struct phy_device *phydev, unsigned short* p)
static
- for (;;) {
personally, i'd prefer: while (1) { -mike