Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1125 → Rev 1126

/drivers/video/drm/idr.c
240,7 → 240,7
{
while (idp->id_free_cnt < IDR_FREE_MAX) {
struct idr_layer *new;
new = kzalloc(sizeof(new), gfp_mask);
new = kzalloc(sizeof(struct idr_layer), gfp_mask);
if (new == NULL)
return (0);
move_to_free_list(idp, new);