diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-07-21 13:48:14 -0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-22 19:50:30 -0700 |
commit | 7861f12bfd9f63e346b33a2b9841136f541dfbe3 (patch) | |
tree | d14042bd5eeedbc8aa1a1253f56af83412888fe3 /drivers/gpu/drm/omapdrm/omap_fbdev.c | |
parent | d74c96c10c03025327c5004900d72bfa03bc957b (diff) |
net: mvpp2: Simplify BM pool buffers freeing
Now that all the users of mvpp2_bm_bufs_free() have been fixed, we can safely
clean the function prototype.
The function is always called to release all the buffers in a BM pool, and
the number of buffers freed is not needed. Therefore, we change the return
to a void, and remove the "num" parameter. This is a cosmetic change, to
make the code slightly cleaner.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions