On Sun, 5 Apr 2009, Uri Shkolnik wrote:
>       PidMsg.xMsgHeader.msgLength = sizeof(PidMsg);
>       PidMsg.msgData[0] = feed->pid;
>
> -     /* smsendian_handle_tx_message((struct SmsMsgHdr_ST *)&PidMsg); */
> +     smsendian_handle_tx_message((struct SmsMsgHdr_ST *)&PidMsg);
>       return smsclient_sendrequest(client->smsclient, &PidMsg,
>                       sizeof(PidMsg));

I don't get it, you wrote the code commented out in one patch, and now
you're going to sumbit patches to uncomment it one line at a time?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to