Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354832
b: refs/heads/master
c: eb51d91
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek authored and Greg Kroah-Hartman committed Jan 22, 2013
1 parent 3577fa7 commit ca604ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aea95548c0dedea31a9dbb78eae762b220553921
refs/heads/master: eb51d917a7e6b7d5ce1a58941f4a5840ac06553a
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/xilinx_uartps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ MODULE_DEVICE_TABLE(of, xuartps_of_match);

static struct platform_driver xuartps_platform_driver = {
.probe = xuartps_probe, /* Probe method */
.remove = __exit_p(xuartps_remove), /* Detach method */
.remove = xuartps_remove, /* Detach method */
.suspend = xuartps_suspend, /* Suspend */
.resume = xuartps_resume, /* Resume after a suspend */
.driver = {
Expand Down

0 comments on commit ca604ef

Please sign in to comment.