commit | d432a3a6c5710240384d1346df1a967d33f27eb2 | [log] [tgz] |
---|---|---|
author | Jeff Hugo <jhugo@codeaurora.org> | Fri Apr 19 11:05:19 2013 -0600 |
committer | Jeff Hugo <jhugo@codeaurora.org> | Fri Apr 19 11:05:19 2013 -0600 |
tree | 375d1ccdada8d8d3980192f899fc2363c8dd9a1f | |
parent | fd992ab9e51d47aed1e5a112e390ee8a6d233be1 [diff] |
msm: bam_dmux: reduce notify_all() logging Notify_all() logs a message to the internal log for each client that gets notified. This consumes a lot of log space for little real information. Reduce the logging to a single statement indicating when and why notify_all() was called. It can be safely assumed that every valid client will be notified when notify_all() is called. Change-Id: I5ae6ea72a734e37dce05539e2de3108ed5b2b40d Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>