Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353224
b: refs/heads/master
c: 019d80d
h: refs/heads/master
v: v3
  • Loading branch information
Antonio Ospite authored and Takashi Iwai committed Jan 29, 2013
1 parent d600a60 commit ad62da6
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: 7b2ee291fbd3dbe8079c67fec6382a8ed6c275f7
refs/heads/master: 019d80db5727707faa2108fcd4fbbfac9defb3a6
2 changes: 1 addition & 1 deletion trunk/include/sound/memalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct snd_dma_device {
#ifndef snd_dma_pci_data
#define snd_dma_pci_data(pci) (&(pci)->dev)
#define snd_dma_isa_data() NULL
#define snd_dma_continuous_data(x) ((struct device *)(unsigned long)(x))
#define snd_dma_continuous_data(x) ((struct device *)(__force unsigned long)(x))
#endif


Expand Down

0 comments on commit ad62da6

Please sign in to comment.