mirror of https://github.com/torvalds/linux.git
Use bitmap_zalloc()/bitmap_free() instead of hand-writing them. It is less verbose and it improves the semantic. While at it, remove a useless bitmap_zero() call. The bitmap is already zero'ed when allocated. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Thierry Reding <treding@nvidia.com> |
||
|---|---|---|
| .. | ||
| hw | ||
| Kconfig | ||
| Makefile | ||
| bus.c | ||
| bus.h | ||
| cdma.c | ||
| cdma.h | ||
| channel.c | ||
| channel.h | ||
| context.c | ||
| context.h | ||
| context_bus.c | ||
| debug.c | ||
| debug.h | ||
| dev.c | ||
| dev.h | ||
| fence.c | ||
| fence.h | ||
| intr.c | ||
| intr.h | ||
| job.c | ||
| job.h | ||
| mipi.c | ||
| syncpt.c | ||
| syncpt.h | ||