Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220279
b: refs/heads/master
c: 801089e
h: refs/heads/master
i:
  220277: 06c17e4
  220275: aab69dd
  220271: ba8d888
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Greg Kroah-Hartman committed Oct 10, 2010
1 parent 8ba19aa commit f21e753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7915c0d4d226a790e2ffb85cb3386ceaea6ffae2
refs/heads/master: 801089e68e48ab4ffb6d137ad299c836957ec5f5
4 changes: 2 additions & 2 deletions trunk/drivers/staging/intel_sst/intel_sst_app_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int intel_sst_check_device(void)
*/
int intel_sst_open(struct inode *i_node, struct file *file_ptr)
{
unsigned int retval = intel_sst_check_device();
int retval = intel_sst_check_device();
if (retval)
return retval;

Expand Down Expand Up @@ -137,7 +137,7 @@ int intel_sst_open(struct inode *i_node, struct file *file_ptr)
*/
int intel_sst_open_cntrl(struct inode *i_node, struct file *file_ptr)
{
unsigned int retval = intel_sst_check_device();
int retval = intel_sst_check_device();
if (retval)
return retval;

Expand Down

0 comments on commit f21e753

Please sign in to comment.