aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SM501.txt
Commit message (Expand)AuthorAge
* SM501: Add Documentation/SM501.txtBen Dooks2007-06-24
f8ee8521688e81bfcc6f207a2#n238'>238 239static ssize_t hppfs_read_file(int fd, char *buf, ssize_t count) 239static ssize_t hppfs_read_file(int fd, char *buf, ssize_t count)@@ -254,7 +254,7 @@ static ssize_t hppfs_read_file(int fd, char *buf, ssize_t count) 254 err = os_read_file(fd, new_buf, cur); 254 err = os_read_file(fd, new_buf, cur); 255 if(err < 0){ 255 if(err < 0){ 256 printk("hppfs_read : read failed, errno = %d\n", 256 printk("hppfs_read : read failed, errno = %d\n", 257 count); 257 err); 258 n = err; 258 n = err; 259 goto out_free; 259 goto out_free; 260 } 260 }@@ -271,7 +271,7 @@ static ssize_t hppfs_read_file(int fd, char *buf, ssize_t count) 271 out_free: 271 out_free: 272 kfree(new_buf); 272 kfree(new_buf); 273 out: 273 out: 274 return(n); 274 return n; 275} 275} 276 276 277static ssize_t hppfs_read(struct file *file, char *buf, size_t count, 277static ssize_t hppfs_read(struct file *file, char *buf, size_t count,