lkml.org 
[lkml]   [2012]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 75/78] ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS
    3.3-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Stephen Warren <swarren@nvidia.com>

    commit 8abe05c6eb358967f16bce8a02c88d57c82cfbd6 upstream.

    Commit d4a2eca "ASoC: Tegra I2S: Remove dependency on pdev->id" changed
    the prototype of tegra_i2s_debug_add, but didn't update the dummy inline
    used when !CONFIG_DEBUG_FS. Fix that.

    Signed-off-by: Stephen Warren <swarren@nvidia.com>
    Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/soc/tegra/tegra_i2s.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/sound/soc/tegra/tegra_i2s.c
    +++ b/sound/soc/tegra/tegra_i2s.c
    @@ -112,7 +112,7 @@ static void tegra_i2s_debug_remove(struc
    debugfs_remove(i2s->debug);
    }
    #else
    -static inline void tegra_i2s_debug_add(struct tegra_i2s *i2s, int id)
    +static inline void tegra_i2s_debug_add(struct tegra_i2s *i2s)
    {
    }




    \
     
     \ /
      Last update: 2012-04-12 01:23    [W:2.366 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site