~diwic/sound-2.6/filtered

« back to all changes in this revision

Viewing changes to soc/fsl/fsl_dma.c

  • Committer: Takashi Iwai
  • Date: 2011-08-25 12:06:51 UTC
  • mfrom: (2927.505.93)
  • Revision ID: git-v1:cb118343ab28b506057b6d248dfbf25d34fddcf4
Merge branch 'topic/asoc'

Show diffs side-by-side

added added

removed removed

Lines of Context:
878
878
                 * assume that device_node pointers are a valid comparison.
879
879
                 */
880
880
                np = of_parse_phandle(ssi_np, "fsl,playback-dma", 0);
 
881
                of_node_put(np);
881
882
                if (np == dma_channel_np)
882
883
                        return ssi_np;
883
884
 
884
885
                np = of_parse_phandle(ssi_np, "fsl,capture-dma", 0);
 
886
                of_node_put(np);
885
887
                if (np == dma_channel_np)
886
888
                        return ssi_np;
887
889
        }