Changeset 9b56a8dd in mainline for uspace/drv/char/xtkbd/xtkbd.c
- Timestamp:
- 2011-12-26T19:53:31Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4005e37a
- Parents:
- b39eb79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/xtkbd/xtkbd.c
rb39eb79 r9b56a8dd 283 283 { 284 284 if (fun == NULL || fun->driver_data == NULL) { 285 ddf_msg(LVL_ERROR, "%s: Missing parameter. \n", __FUNCTION__);285 ddf_msg(LVL_ERROR, "%s: Missing parameter.", __FUNCTION__); 286 286 async_answer_0(icallid, EINVAL); 287 287 return; … … 319 319 } 320 320 default: 321 ddf_msg(LVL_ERROR, 322 "Unknown method: %d.\n", (int)method); 321 ddf_msg(LVL_ERROR, "Unknown method: %d.", (int)method); 323 322 async_answer_0(icallid, EINVAL); 324 323 break;
Note:
See TracChangeset
for help on using the changeset viewer.