Subversion Repositories Kolibri OS

Rev

Rev 1963 | Rev 2997 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1963 Rev 2160
Line 1226... Line 1226...
1226
	    kzalloc(sizeof(struct atom_context), GFP_KERNEL);
1226
	    kzalloc(sizeof(struct atom_context), GFP_KERNEL);
1227
	char *str;
1227
	char *str;
1228
	char name[512];
1228
	char name[512];
1229
	int i;
1229
	int i;
Line -... Line 1230...
-
 
1230
 
-
 
1231
	if (!ctx)
-
 
1232
		return NULL;
1230
 
1233
 
1231
	ctx->card = card;
1234
	ctx->card = card;
Line 1232... Line 1235...
1232
	ctx->bios = bios;
1235
	ctx->bios = bios;
1233
 
1236