Changeset 501 for GPL/trunk/alsa-kernel


Ignore:
Timestamp:
Jul 11, 2010, 7:01:51 AM (15 years ago)
Author:
David Azarewicz
Message:

debug statement changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/core/memalloc.c

    r464 r501  
    22 *  Copyright (c) by Jaroslav Kysela <perex@perex.cz>
    33 *                   Takashi Iwai <tiwai@suse.de>
    4  * 
     4 *
    55 *  Generic memory allocators
    66 *
     
    209209 * Calls the memory-allocator function for the corresponding
    210210 * buffer type.
    211  * 
     211 *
    212212 * Returns zero if the buffer with the given size is allocated successfuly,
    213213 * other a negative value at error.
     
    216216                        struct snd_dma_buffer *dmab)
    217217{
    218 #ifdef DEBUG
    219218    dprintf(("snd_dma_alloc_pages with size = %d",size));
    220 #endif
    221219        if (WARN_ON(!size))
    222220                return -ENXIO;
     
    265263 * tries to allocate again.  The size actually allocated is stored in
    266264 * res_size argument.
    267  * 
     265 *
    268266 * Returns zero if the buffer with the given size is allocated successfuly,
    269267 * other a negative value at error.
     
    362360 *
    363361 * Reserves the given buffer as a reserved buffer.
    364  * 
     362 *
    365363 * Returns zero if successful, or a negative code at error.
    366364 */
Note: See TracChangeset for help on using the changeset viewer.