open-src/app/gfx-utils/sun-src/fbconfig/fbconfig.c
changeset 1135 e6377daad4de
parent 1117 629ac4b133bc
child 1208 eaa15317ee26
equal deleted inserted replaced
1134:e6e56816b06e 1135:e6377daad4de
  1081 		free(dev_entry);
  1081 		free(dev_entry);
  1082 
  1082 
  1083 		/*
  1083 		/*
  1084 		 * See if this file is a device and get its identifications
  1084 		 * See if this file is a device and get its identifications
  1085 		 */
  1085 		 */
       
  1086 		device_model[0] = '\0';
  1086 		error_code = get_device_identification(
  1087 		error_code = get_device_identification(
  1087 				device_path,
  1088 				device_path,
  1088 				&st_rdev, &vis_ident, &device_model[0]);
  1089 				&st_rdev, &vis_ident, &device_model[0]);
  1089 
  1090 
  1090 		if (error_code == 0) {
  1091 		if (error_code == 0) {