Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brycied00d/dahdi-linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brycied00d/dahdi-linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wctc4xxp
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 8, 2010

  1. wctc4xxp: No need for a few inline keywords.

    The compiler should decide if these should be inlined.
    
    Signed-off-by: Shaun Ruffell <[email protected]>
    sruffell committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    7b6eb01 View commit details
    Browse the repository at this point in the history
  2. wctc4xxp: Remove service_dte function.

    It was only called in one place and is only two lines.  I don't think
    it's adding much anymore.
    
    Signed-off-by: Shaun Ruffell <[email protected]>
    sruffell committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    41d8765 View commit details
    Browse the repository at this point in the history
  3. wctc4xxp: Drop 'DTE_PRINTK' macro in favor of standard 'dev_xxx'

    Just use the standard way to print messages associated with a particular
    device.
    
    Signed-off-by: Shaun Ruffell <[email protected]>
    sruffell committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    8f1b6d6 View commit details
    Browse the repository at this point in the history
  4. wctc4xxp: 'WARN_ON(1)' -> 'dev_info(...' on channel creation failure.

    If the DSP ever finds it's way into a bad state, it can be possible for a
    timeslot to get 'wedged'.  If this happens all attempts to create a channel in
    that timeslot will fail and the WARN_ON macro can quickly fill the logs.
    
    This change adds some more debugging information (which timeslot is wedged)
    along with the result code from the DSP and puts it all behind a
    printk_ratelimit.
    
    Signed-off-by: Shaun Ruffell <[email protected]>
    sruffell committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    06e76ad View commit details
    Browse the repository at this point in the history
Loading