> + msg = pd692x0_msg_template_list[PD692X0_MSG_SET_PORT_PARAM]; > + msg.sub[2] = id; > + /* Controller priority from 1 to 3 */ > + msg.data[4] = prio + 1; Does 0 have a meaning? It just seems an odd design if it does not. Andrew
> + msg = pd692x0_msg_template_list[PD692X0_MSG_SET_PORT_PARAM]; > + msg.sub[2] = id; > + /* Controller priority from 1 to 3 */ > + msg.data[4] = prio + 1; Does 0 have a meaning? It just seems an odd design if it does not. Andrew