Hi Christophe,
On 12/28/2016 09:04 AM, Christophe Ronco wrote:
QMI notification messages handlers are never called on MC7430 without
this fix.
drivers/qmimodem/qmi.c
Do not test transaction id before calling notification handler.
On MC7430, notification messages contain a not null transaction id
(starts with 1, increased at each message for a particular client).
On MC7304 transaction id in notification messages is always 0.
---
drivers/qmimodem/qmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks!
Regards,
-Denis