Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167751
b: refs/heads/master
c: 9d09daf
h: refs/heads/master
i:
  167749: fd1507d
  167747: cb52c75
  167743: 17ce7af
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Oct 29, 2009
1 parent 3b10ba3 commit 96c21f5
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: 6a7b95481d49f73991d3dbf8c1e696a24684ac05
refs/heads/master: 9d09daf8e891e6ed60f96fbaf765ba7bced8bad1
2 changes: 1 addition & 1 deletion trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ static int __devinit atmel_serial_probe(struct platform_device *pdev)
void *data;
int ret;

BUILD_BUG_ON(!is_power_of_2(ATMEL_SERIAL_RINGSIZE));
BUILD_BUG_ON(ATMEL_SERIAL_RINGSIZE & (ATMEL_SERIAL_RINGSIZE - 1));

port = &atmel_ports[pdev->id];
port->backup_imr = 0;
Expand Down

0 comments on commit 96c21f5

Please sign in to comment.