From: Márton Németh
Only one whitespace is enough after "return".
Signed-off-by: Márton Németh
---
diff --git a/drivers/staging/usbip/vhci_sysfs.c
b/drivers/staging/usbip/vhci_sysfs.c
index d9736f9..ecd52b6 100644
--- a/drivers/staging/usbip/vhci_sysfs.c
+++ b/drivers/staging/usbip/vhci_sysfs.
On Thu, May 26, 2011 at 06:13:04PM +0300, saeed bishara wrote:
> On Thu, May 19, 2011 at 5:55 PM, saeed bishara
> wrote:
> > On Thu, May 19, 2011 at 5:18 PM, Greg KH wrote:
> >> On Thu, May 19, 2011 at 10:13:28AM +0300, saeed bishara wrote:
> >>> Hi all,
> >>> unfortunately the D2plugs that we
You are receiving this email because we wish you to use our 3D/2D Animated
Movie/TV Series Services.
We are a China based Animated Movie/TV Series Studio. with the technical, our
studo is a animation studio with the technical, creative and production
capabilities to create a new generation of
Am Donnerstag 26 Mai 2011, 17:13:04 schrieb saeed bishara:
> - I2C, supported by i2c-mv64xxx. new few features needed. Kostya
> already posted patches for it
> - Thermal sensor. new driver needed, Marvell's implementation
> arch/arm/mach-dove/hwmon.c
> - RTC: supported by mv-rtc
Hi,
I think I cou
On Thu, May 19, 2011 at 5:55 PM, saeed bishara wrote:
> On Thu, May 19, 2011 at 5:18 PM, Greg KH wrote:
>> On Thu, May 19, 2011 at 10:13:28AM +0300, saeed bishara wrote:
>>> Hi all,
>>> unfortunately the D2plugs that we ordered will be available only at
>>> end of June :( .
>>
>> Ok, no rush th
On 05/25/2011 07:02 PM, Joe Perches wrote:
Make the uses kernel.h instead.
Signed-off-by: Joe Perches
Acked-by: Roland Vossen
___
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
From: Márton Németh
The parameter rhport is unsigned so there is no need checking for
negative values.
This will remove the following warning message when compiling with "make W=1
...":
drivers/staging/usbip/vhci_sysfs.c: In function ‘valid_args’:
drivers/staging/usbip/vhci_sysfs.c:138: war